Example of changing parameter frame
Home
Applets
Menus
Site Mapping
Scrollers
FX Menus
Image FX
FAQ
Register
Contact
Back to other parameters
Example 1
Source menu file
Javabase Applet
Menu source
<?xml version = "1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE Menu PUBLIC "-//Javabase//DTD ToolTipMenu 1.0//EN" "http://www.javabase.co.uk/ToolTipMenu/ToolTipMenu.dtd">
<Menu
frame="_top"
gap="2">
<Item tooltiptext="1st Tooltip" url="http://www.google.com" name="First\Item"/>
<Separator/>
<Item tooltiptext="2nd Tooltip" url="http://www.yahoo.com" name="Item"/>
</Menu>
Example 2
Source menu file
Javabase Applet
Menu source
<?xml version = "1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE Menu PUBLIC "-//Javabase//DTD ToolTipMenu 1.0//EN" "http://www.javabase.co.uk/ToolTipMenu/ToolTipMenu.dtd">
<Menu
frame="_blank"
gap="2">
<Item tooltiptext="1st Tooltip" url="http://www.google.com" name="First\Item"/>
<Separator/>
<Item tooltiptext="2nd Tooltip" url="http://www.yahoo.com" name="Item"/>
</Menu>
Frame
This can be set to the name of any frames which you are using on your site.You can also use the four built-in frame names:
_blank
Open link in a new window
_top
Open link in the frame taking up the whole window
_self
Open link in the frame which the applet is in
Back to other parameters
All Rights Reserved
Edward Smith
1999-2005. Java™ and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.