|
About FrontPage's banner ad manager
I just found out that I had a banner ad manager built in with my FrontPage 2000. (all this time...)
Before I spend next 40 hours on this, can someone tell me anything about this feature? I mean, is this code work OK?
I want to know if anyone can tell me if there is a way to make this rotation code into a "RANDOM" code.
The code looks like this.
<applet code="fprotate.class" codebase="./" width="320" height="100">
<param name="rotatoreffect" value="none">
<param name="time" value="10">
<param name="image1" valuetype="ref" value="a.gif">
<param name="image2" valuetype="ref" value="b.gif">
<param name="image3" valuetype="ref" value="c.gif">
<param name="image4" valuetype="ref" value="d.gif">
</applet>
From this code, can I make this into a text rotator?
I would love to install a fancy script but I know I'm going to spend way too much time. Simple ones will do..
Thank you.
|