How do flashing banner ads keep changing on a website every time I hit refresh???? If you go to myspacesupport.com you will see what I mean. How can this be done?? I want to do this on a website I am going to have made.....do I need to use an affiliated program? If I do, do you have any suggestions on which one I should use. ThanksHow do I put continually changing banner ads when refreshed on a website.?It needs to be done in Server Script. I forgot the name of component available in ASP Server Script. Kindly refer to ASP Components documentation. There is one component - which does exactly this job.How do I put continually changing banner ads when refreshed on a website.?http://javascript.internet.com/text-effe鈥?/a>How do I put continually changing banner ads when refreshed on a website.?I don't really remember any details on this, but the words add rotator jump to my mind when I read your question so its probably got something to do with a scripting language such as javascript... hope it leads down the right path...
cheersThis is php script
$Img1 = %26quot;http://yoursite.com/image.jpg%26quot;;
$Url1 = %26quot;http://www.identity.st%26quot;;
$Img2 = %26quot;http://dozdozdoz.cjb.net%26quot;;
$Url2 = %26quot;http://dozdozdoz.cjb.net%26quot;;
$Img3 = %26quot;http://www.dozdozdoz.deep-ice.com/e-gol鈥?br>
$Url3 = %26quot;http://www.dozdozdoz.deep-ice.com%26quot;;
Then Random it, we set rand to (1,3) however, if you choose to have more or less banners you need to change 3 to the exact amount you have.
$num = rand (1,3);
$Image = ${'Img'.$num};
$URL = ${'Url'.$num};
Finally print out the banner and link it to the appropriate URL.
Print %26quot;%26lt;a href=%26quot;.$URL.%26quot;%26gt;%26lt;img src=%26quot;.$Image.%26quot; border=0%26gt;%26lt;/a%26gt;%26quot;;Macromedia Flash........ Or I think Adobe owns this now. Go to Adobe's website and see if they carry this. Pretty neat stuff to learn.