Adapplet
AdvertiserApplet acts as a gif/jpg animator for displaying ads on a Web page. When the user clicks the applet area, a menu pops up to let the user choose the URL/site to go to. The applet supports user configurable file names and number of ads to display, as well as the time to display each ad. It uses the event handling of Java 1.1 and thus needs a 1.1 compatible browser to function.
Usage: Download Adapplet.zip unzip it within your HTML directory.
Java Source: not available
HTML Source:
<applet code="AdvertiserApplet.class"
width=400 height=200>
<param name=AUTHOR
value="Sondre Skaug Bjoernebekk, sondre@mobilpost.com">
<param name=NUMBEROFADS value=3>
<param name=DELAY value=3>
<param name=IMG1 value="test1.gif">
<param name=TXT1 value="Option 1">
<param name=URL1
value="http://home.sol.no/~sbjorneb/">
<param name=IMG2 value="test2.gif">
<param name=TXT2 value="Option 2">
<param name=URL2
value="http://home.sol.no/~sbjorneb/">
<param name=IMG3 value="test3.gif">
<param name=TXT3
value="Option 3 (any text you like here)">
<param name=URL3
value="http://home.sol.no/~sbjorneb/">
</applet>
Author: Sondre Skaug Bjørnebekk
Homepage: http://home.sol.no/~sbjorneb/
|