| ★ wanayoo — archive 1999 http://java.webdeveloper.com/MenuApplet/ | Nouvelle recherche | Portail wanayoo |
| ||||||||||||||
MenuAppletMenuApplet is a free navigation pallet applet that can run in a floating window or in a frame. Very useful in big sites because it helps the visitor to find a web page without navigating through the site. Source and documentation included. How To Use: Java Source: available in download Sample HTML Source:
Place this on your main page:
<FORM>
<INPUT TYPE="button" NAME="Button1"
VALUE="Open Menu Window!" onClick="window.open('menu.html',
'displayWindow', 'menubar=no,height=166,width=244')">
</FORM>
And place this in a file called 'menu.html'
<APPLET CODE=MenuApplet.class WIDTH=222 HEIGHT=144>
<PARAM NAME=TargetWindow VALUE="LoadHere">
<PARAM NAME=fontType VALUE="TimesRoman">
<PARAM NAME=fontStyle VALUE="0">
</APPLET>
Configuration: config.html Status: free under GNU General Public License Author: Mihai Munteanu Homepage: http://www.obs-us.com/people/mihai Upload Date: January 7, 2000
How to Add Java Applets to Your SiteNew on the Java Boutique:
New Article:
New Tutorial:
Year in Review: Elsewhere on internet.com:
WebDeveloper Java
WDVL Java
ScriptSearch Java |
| |||||||||||||
