★ wanayoo — archive 1999 http://java.webdeveloper.com/Adapplet/Nouvelle recherche | Portail wanayoo
internet.com logo To JavaBoutique Home

 Java News
 Latest Applets
 Applet Categories
 Applet Index
 Applet Help
 Submit Applets
 Other Resources
 How-To Java
 Java Reviews
 Java FAQs
 Java Forum
 Java IDEs
To Webdeveloper.com
 Mecklermedia
 Internet.com
 Magazines
 Trade Shows
 Advertise
 Corporate
 Information
 Search
 Subscribe

webreference.com

Search Engine Watch

The JavaScript Source

The Quintessential Resource for Internet Servers

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/




Copyright 1998 Mecklermedia Corporation.
All Rights Reserved. Legal Notices.