URL Slider2 Applet


sorry your browser doesn't support Java.


Author: Unknown


This applet lets you add as many links as you like while taking up very little of your page space. Follow the directions below to add this applet to your page.


1. Download UrlSlider2.class and load it in your home page directory.

2. Copy and paste the html code below on your page.

3. Make the necessary changes to the html code.

This is a large html code. Make sure you get it all!


<applet codebase="Your home page directory here" code="UrlSlider2.class" width="500" height="116"> <param name=text1 value="Captain Java"> <param name=url1 value="http://ns1.inet.net/~jerryz/javaframe.html"> <param name=statustext1 value="Click to go to Captain Java"> <param name=text2 value="Gamelan"> <param name=url2 value="http://www.gamelan.com/index.shtml"> <param name=statustext2 value="Click to go to a Java related site"> <param name=text3 value="The JAVA Boutique"> <param name=url3 value="http://javaboutique.internet.com"> <param name=statustext3 value="Click to go to The Java Boutique"> <param name=text4 value="Script City"> <param name=url4 value="http://free.like.it/~apple"> <param name=statustext4 value="Click to go to Script City. "> <param name=text5 value="HTML Goodies"> <param name=url5 value="http://www.htmlgoodies.com"> <param name=statustext5 value="Click to go to HTML Goodies"> <param name=text6 value="The Java Repository"> <param name=url6 value="http://java.wiwi.uni-frankfurt.de"> <param name=statustext6 value="Click to go to the Java Repository start"> <param name=text7 value="The Java Lounge"> <param name=url7 value="http://www.measoft.com/applets/index.html"> <param name=statustext7 value="Click to go to the Java Lounge"> <param name=text8 value="The JAVA Centre"> <param name=url8 value="http://www.java.co.uk"> <param name=statustext8 value="Click to go to The Java Centre"> <param name=text9 value="JAVA World"> <param name=url9 value="http://www.javaworld.com"> <param name=statustext9 value="Click to go to Java World"> <param name=text10 value="Java Shareware"> <param name=url10 value="http://www.javashareware.com"> <param name=statustext10 value="Click to go to Java Shareware"> <param name=statusbaralwayson value="0"> <param name=bgred value="0"> <param name=bggreen value="0"> <param name=bgblue value="150"> <param name=shadowxoffset value="2"> <param name=shadowyoffset value="3"> <param name=shadowred value="96"> <param name=shadowgreen value="96"> <param name=shadowblue value="96"> <param name=textred value="65"> <param name=textgreen value="105"> <param name=textblue value="225"> <param name=linkred value="255"> <param name=linkgreen value="0"> <param name=linkblue value="0"> <param name=texttype value="0"> <param name=delay value="50"> <param name=xadd value="0"> <param name=yadd value="-1"> <param name=textfont value="TimesRoman"> <param name=bordersize value="5"> <param name=bordercolor value="255"> <param name=headheight value="40"> <param name=headbackgroundcolor value="365536"> <param name=headtext value="Click here to jump"> <param name=headtextcolor value="16711680"> <param name=headtexttype value="2"> <font color="red"><b>sorry your browser doesn't support Java.</b></font> </applet>


Back to the Applets!