Go Back   BioRUST Forums > Members List

allstar is on a distinguished road

allstar allstar is offline

Naruto Express

Visitor Messages

Showing Visitor Messages 1 to 1 of 1
  1. L4A
    08-25-2008 - permalink
    L4A
    Allstar, I was wondering if you could help me with something??
    You posted the script needed to perform a simple banner ad rotation. I've been using it for some time now (thank you). My question is, do you know how to exit the script so that more then 60 banners can be rotated? In the script it calls for "60 seconds", which limits the script to 60 banners. Can that be changed to miliseconds so more banners can be added? See the script below~

    <SCRIPT LANGUAGE="JavaScript">
    <!-- Begin
    var how_many_ads = 2;
    var now = new Date()
    var sec = now.getSeconds()
    var ad = sec % how_many_ads;
    ad +=1;
    if (ad==1) {
    url="URL GOES HERE";
    alt="ALT TEXT";
    banner="IMAGE URL HERE";
    width="NUMBER";
    height="NUMBER";
    }
    if (ad==2) {
    url="URL GOES HERE";
    alt="ALT TEXT";
    banner="IMAGE URL HERE";
    width="NUMBER";
    height="NUMBER";
    }
    document.write('<a href=\"' + url + '\" target=\"_blank\">');
    document.write('<img src=\"' + banner + '\" width=')
    document.write(width + ' height=' + height + ' ');
    document.write('alt=\"' + alt + '\" border=0></a>');
    // End -->
    </SCRIPT>

    Thank you in advance!

About Me

  • About allstar
    Gender
    Male
    Biography
    Well i am a 17 year intro to multimedia student, living in scotland. I am not a fantastic graphic desginer but my skills are slowly improving from learning from my mistakes and learn from other peoples work and tutorials.
    Location
    Scotland
    Occupation
    Part time waitor/shop assisstant
  • Signature
  • Statistics

    Total Posts
    Visitor Messages
    General Information
    • Last Activity: 03-20-2007
    • Join Date: 05-01-2006
    • Referrals: 0

    Contact Info

    Instant Messaging
    Send an Instant Message to allstar Using...
    This Page
    http://forums.biorust.com/members/allstar.html

    All times are GMT +1. The time now is 03:42 AM.
    Content Relevant URLs by vBSEO 3.2.0

    Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT