compiled by thepcsweb.com
22
apMenu – Menu Items
lEach apMenu item is comprised of three elements, separated by a comma
–Item Text – the text you want to appear in the menu item
–Item Link – the hyperlink you want triggered when the menu item is selected
–Target window – the window where you want the hyperlinked page to appear
l“_blank” : opens the hyperlink in a new window
l“_self” : opens the hyperlink in the same window as the applet
l“_parent” : opens the hyperlink in the parent window to the current one
l“_ top” : opens the hyperlink using the entire browser (kills any frames)
l“winName” : opens the hyperlink in the window (frame) called “winName”
l“_” : allows you to disable/inactivate (“stipple”) the menu item