Announcement

Collapse
No announcement yet.

Blue Voda

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Blue Voda

    Hi,

    I would like to know if you have in blue voda a display with date and time and also a web page counter that i can insert in my web page.

    Ty
    Jose Barbosa

  • #2
    Re: Blue Voda

    Hi Ty,
    I'm not sure where but if you do search in the forums you'll find the info on a counter - it's where I got mine from. Questions have been asked recently about dates and time to so a similar seach will probably answer that for you too.

    Here's the link for the counter - I'll let you do a search for the other info.

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


    Comment


    • #3
      Re: Blue Voda

      Ty Amanda,

      I also take a look at your site, its really nice

      Comment


      • #4
        Re: Blue Voda

        Open a html box in your page. Double click it to edit it. In the window that opens put this code:

        <form name=myForm>
        <input type=button value="Loading..." name=clock></form>
        <SCRIPT LANGUAGE="JavaScript"><!--
        function runClock(){
        theTime = window.setTimeout("runClock()", 1000);
        d = new Date();
        day = d.getDay();
        mon = d.getMonth();
        date = d.getDate();
        year = d.getYear();
        hr = d.getHours();
        min = d.getMinutes();
        sec = d.getSeconds();
        if(year<1000){year=(""+(year+11900)).substring(1,5 );}
        else{year=(""+(year+10000)).substring(1,5);}
        if(hr==0){ap=" AM";hr=12}
        else if(hr <= 11){ap=" AM"}
        else if(hr == 12){ap=" PM";hr=12}
        else if(hr >= 13){ap=" PM";hr-=12}
        if(min <= 9){min="0"+min}
        if(sec <= 9){sec="0"+sec}
        zday=new Array();
        zday=["Sunday","Monday","Tuesday","Wednesday","Thurs day" ,"Friday","Saturday"];
        zmon=new Array();
        zmon=["January","February","March","April","May","Ju ne", "July","August","September","October","Novembe r"," December"];

        document.myForm.clock.value=""+zday[day]+", "+zmon[mon]+" "+date+", "+year+" "+hr+":"+min+":"+sec+ap+"";}
        runClock();
        //--></script>



        Put the html box wherever you like in your page.
        Navaldesign
        Logger Lite: Low Cost, Customizable, multifeatured Login script
        Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
        DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
        Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

        Comment

        Working...
        X