This example demonstrates how the applet can be used to display banners of othe sizes, in this case 125 x 125.
and here is the HTML applet code,
<applet code="AdvBanner" archive="AdvBanner.jar" width="125" height="125"> <!-- Applet Properties --> <param name="Speed" value="99"> <param name="Pause" value="3"> <!-- Banners --> <param name="banner1" value="images/jpowered11.gif"> <param name="link1" value="http://www.jpowered.com,jpowered"> <param name="banner2" value="images/trafficfile11.gif"> <param name="link2" value="http://www.trafficfile.com,trafficfile"> <param name="banner3" value="images/graph11.gif"> <param name="link3" value="http://www.graph-chart.com,graph"> </applet>
<< back to Examples Index
[ Home ] [ Products ] [ Downloads ] [ Purchase ] [ Support ] [ About Us ] [ Site Map ]