Add an id to the Go menu for adding session history

This commit is contained in:
radha%netscape.com 1999-08-24 20:06:36 +00:00
parent eca4eb2378
commit 34fac3502b
2 changed files with 2 additions and 2 deletions

View File

@ -334,7 +334,7 @@ Contributor(s): ______________________________________. -->
<menuitem value="&searchComputerCmd.label;" oncommand="BrowserReload();"/>
</menupopup>
</menu>
<menu accesskey="g" value="&goMenu.label;">
<menu accesskey="g" id="gomenu" value="&goMenu.label;">
<menupopup>
<menuitem id="menuitem-back" value="&goBackCmd.label;" oncommand="BrowserBack();"/>
<menuitem id="menuitem-forward" value="&goForwardCmd.label;" oncommand="BrowserForward();" />

View File

@ -334,7 +334,7 @@ Contributor(s): ______________________________________. -->
<menuitem value="&searchComputerCmd.label;" oncommand="BrowserReload();"/>
</menupopup>
</menu>
<menu accesskey="g" value="&goMenu.label;">
<menu accesskey="g" id="gomenu" value="&goMenu.label;">
<menupopup>
<menuitem id="menuitem-back" value="&goBackCmd.label;" oncommand="BrowserBack();"/>
<menuitem id="menuitem-forward" value="&goForwardCmd.label;" oncommand="BrowserForward();" />