Das Menue Framer gehört, wie der Name schon sagt, in ein Frameset. (siehe dazu auch das Beispiel im Zip-File).
<applet code="Framer.class" align="baseline" width="640" height="60"> <param name="author" value="Jake Holmes"> <param name="authorURL" value="http://home.att.net/~blade25/"> <param name="description_1" value="Jakes Home Page: Vote for me, get page info, and visit the banner sites."> <param name="description_2" value="MESILLA VALLEY MELODRAMA THEATER: You give us the ideas, and we write the story."> <param name="description_3" value="Squash the green bugs and avoid the red. Give Red Bugs a try"> <param name="description_4" value="Heres where you can find help installing my free applets."> <param name="description_5" value="My On-line Coloring Book, free for use on your web pages."> <param name="description_6" value="E-mail the author of these applets, Jake."> <param name="gridHeight" value="2"> <param name="gridWidth" value="3"> <param name="height" value="60"> <param name="link_1" value="http://home.att.net/~blade25/index.html"> <param name="link_2" value="http://home.att.net/~mvm_theater/"> <param name="link_3" value="http://home.att.net/~blade25/bugs/Game.html"> <param name="link_4" value="http://home.att.net/~blade25/apinfo.html"> <param name="link_5" value="http://home.att.net/~mvm_theater/color/Color.html"> <param name="link_6" value="mailto: blade25@worldnet.att.net"> <param name="linkName_1" value="HOME"> <param name="linkName_2" value="MVMT"> <param name="linkName_3" value="RED BUGS"> <param name="linkName_4" value="APPLET HELP"> <param name="linkName_5" value="COLORING BOOK"> <param name="linkName_6" value="E-MAIL JAKE"> <param name="width" value="640"> </applet>
author: value="Jake Holmes ...bitte nicht verändern authorURL: value="http://home.att.net/~blade25/ ...bitte nicht verändern description_1 - x: Beschreibungstext der Menupunkte gridHeight: Zeilenhöhe gridWidth: Zeilenbreite height: Höhe des Menues in Pixels link_1 -x: URL, wohin Schaltflächen verweisen linkName_1 -x: Beschriftung der Schaltflächen width: Breite des Menues in Pixels
Jake Holmes