compiled by thepcsweb.com
23
apMenu – Menu Items
lExample
 <param name=“menuItems”
       value=“{Home,home.htm,_self}
              {Product List,products.htm,sideFrame}
              {Help Menu,help.htm,sideFrame}
              {Contact Us,contact.htm,_blank}
              {Our New WebSite!,http://ournewsite.com,_top}”>
lWhat it’ll do…
–Home will open home.htm in the same window as the menu
–Product List will open products.htm in the frame called “sideFrame”, presumable a sidebar or a contents-style frame
–Help Menu will open help.htm in the same “sideFrame” frame
–Contact Us will open contact.htm in a new window
–Our New Website! will open the specified URL in the same browser, breaking out of any existing frameset