Announcement

Collapse
No announcement yet.

How do I insert the date in a webpage without using BlueVoda?

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

  • How do I insert the date in a webpage without using BlueVoda?

    I have spent hours trying various scripts all in a vain attempt to place a simple line at the top of a webpage that shows the day,date,& time. All of these scripts assume I am some kind of super geek instead of a senile old fart. Can someone please show me how to do this simply? Thank you. 3's
    Grampa
    3's
    Grampa

    SENILITY RULES!

  • #2
    Re: How do I insert the date in a webpage without using BlueVoda?

    Well it depends a great deal on what you are using to build..and if not blue voda.. i assume you can get to some sort of html coding, you would insert your scripts there where you want it to appear. It would help a great deal if you showed a published page.

    Karen

    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: How do I insert the date in a webpage without using BlueVoda?

      All I want to do is have an updating date in the middle of the top copper area. Nothing fancy. or even running in the bottom status bar. I am easy. I just want to add the date to her website for her. I have dreamweaver mx 2004 that I use to do webpages but it just inserts a static date not an updating one. Thank you. 3's
      Grampa

      太阳成集团tyc7111cc|官方在线注册每天为你实时直播彩票开奖、世界杯、国足、NBA、CBA、篮球、欧冠、亚冠、英超、意甲、法甲、赛事.买外围!欧洲杯!欧冠赛!电竞比赛竞猜!4强!
      Last edited by LloydOlson; 05-21-2009, 01:56 AM. Reason: forgot url
      3's
      Grampa

      SENILITY RULES!

      Comment


      • #4
        Re: How do I insert the date in a webpage without using BlueVoda?

        You insert the javascript code in the html or code view where you want the date to appear.

        Karen

        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


        • #5
          Re: How do I insert the date in a webpage without using BlueVoda?

          Sorry, I am not making myself clear. I need the actual code that will place the auto updating date on the page. Do you know of a simple code that will do this? Thank you. 3's
          Grampa
          3's
          Grampa

          SENILITY RULES!

          Comment


          • #6
            Re: How do I insert the date in a webpage without using BlueVoda?

            <font style="font-size:12px;font-family:Arial;" color=#000000>
            <div id="basicdate">
            </div>
            </font>
            <script language="JavaScript" type="text/javascript">
            var now = new Date();
            var days = new Array('Sunday','Monday','Tuesday','Wednesday','Thu rsday','Friday','Saturday');
            var months = new Array('January','February','March','April','May',' June','July','August','September','October','Novem ber','December');
            var date = ((now.getDate()<10) ? "0" : "")+ now.getDate();
            var year = (now.getYear() < 1000) ? now.getYear() + 1900 : now.getYear();
            today = days[now.getDay()] + ", " + months[now.getMonth()] + " " + date + ", " + year;
            basicdate.innerHTML = today;
            </script>
            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


            • #7
              Re: How do I insert the date in a webpage without using BlueVoda?

              Thanx G
              CarbonTerry
              Semper Fi
              Still green...still mean......just not as lean

              Red Hawk Archery
              Zone 5 Photo
              My USMC

              Comment


              • #8
                Re: How do I insert the date in a webpage without using BlueVoda?

                You can also google up a free widget and place the coding. There are ton of widgets that display dates and times in fancy methods, and they give you the code for them =)
                Best Regards,

                Robert A. Kerr

                Comment

                Working...
                X