How do I make Date & Time image on webpage update when page is accessed?

I added a date function to my webpage; but it does not update each time the page is accessed. When I open iWeb to work on pages, the date IS updated; but not when accessed on the internet. Any help will be appreciated!
IMac Power PC G4   Mac OS X (10.4.6)  

So all you want is the current date and time to be displayed on your webpage for viewers to see? Well then, one of those scripts should do the trick for sure.
In terms of adding the javascript to your pages and having it show up in a particular location, it will involve some post-publishing editing of the HTML file for your Main page. And then everytime you change this Main page, you will have to redo your editing. It's not that big of a deal, but I just wanted to let you know.
To add the javascript code to you pages, you will follow the usual procedure for adding external HTML to iWeb published pages...
The general directions are as follows...
1. Decide where you want your clock/calendar and know exactly what dimensions you need to display the whole thing.
2. Insert a text box onto your page and adjust its size to exactly your dimensions.
3. Type in some uniquely identifiable text like, "CALENDARCODE" without changing the font or anything else...just type it in.
4. Publish your page with iWeb.
5. Find the html file associated with your published page (either on your iDisk or in a folder depending on how you published) and open it in any text editor (like Microsoft Word, or Textedit, or anything that can display plain text).
6. Scroll through the html file and locate your placeholder text, e.g. "CALENDARCODE".
7. Replace the placeholder text with your javascript/html code and publish your page.
That's it. You should see your Date and Time show up where you placed the text box. You might have to go back and edit the size of the text box to make it fit the Date and Time just right, but just follow the steps over.
Please mark this reply as either "solved" or "helpful" with the little buttons in the title bar of this reply if you found it to be of any use.

Similar Messages

  • How do i make a still image (photo) fit the length of the music? I record music and want to put the tracks to a video file with a still image of my business logo in the background. Any help?

    How do I make a still image (photo) fit the length of the music? I record music and want to convert the tracks to a video file with a still image of my business logo in the background. On windows movie maker you could just select "fit to music" but this program isnt as easy to figure out! Any help?

    Double-click on the still image in the project timeline to open the Inspector. In the Inspector, adjust the duration by typing in a new duration to match the length of your music. I think the limit for a still image is 10 minutes. If you need more than this, simply drag the image into the timeline again then adjust its duration. The two images will play seamlessly (no gap will be visible).
    See this iMovie Help topic:
    http://help.apple.com/imovie/#mov3a883915
    You can achieve more precision when entering durations by changing a preference in the menu item iMovie Preferences. Check (tick) the preference for Show Time As HH:MM:SS:frames. This will enable you to enter the duration of stills down to the frame level, rather than full seconds (NTSC is 30 frames per second; PAL is 25 fps). When entering times, type a colon between each time segment, such as 2:50:15, which represents 2 minutes 50 seconds and 15 frames. For 5 seconds 20 frames you would enter 5:20 and so forth.
    Note that the music will only run to the length of the video in the timeline (in your case, the still images). So, after increasing the stills duration you will need to drag the end of the music track as far as required. The stills can be dragged inwards to reduce the duration if necessary.
    John
    Message was edited by: John Cogdell - added Note

  • How do I make a Disk image and burn an install Disk

    How do I make a Disk image and burn an install Disk, Ive tried it a couple of times, but will not boot up.

    Thanks for getting back to me, Yes it does, it came with the machine.
    Hi pfhannon,
    Does the original Install disk that you are copying,
    boot your computer?
    You may be successfully making a copy of a disk that
    is not suitable for your machine.
    regards roam

  • How can I display date+time and not the point number in excell?

    Hi everyone,
    Could anybody tell me how I can save date + time to a file, so that  I can display on a diagram(excel) : date+time in (ox) and data (oy)? :
    My program sets in (ox) the point number and not the date+time....( although  date and time are written correctly in the column...)
    Any help would be great,
    Thanks,
    regards,
    Marc

    hi there,
    excel uses 01.01.1900 00:00 as the time offset, LabVIEW uses 01.01.1904 02:00, so you can't display the correct datetime in excel when you write the time as a fractional number of seconds from LabVIEW. you must format the datetime in LabVIEW to a string and write that to the column. use the "Format Date/Time String" - function and for example "%d.%m.%Y %H:%M:%S%3u" as the format string (see the functions help for more examples). you also could format your data to a string using "Format Into String" - function and write the file as a 2D string array. the decimal point you have to use depends on your system and its settings, but you can specify the decimal point in the Format string like "%.;%f" (means fractional number with point as decimal point).
    best regards
    chris 
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"

  • How to dispaly System date time on Jsff page ?

    Friends,
    It would be simple question for you , Any one has idea about
    How to dispaly System date time on Jsff page using any expression laungage ?
    Thanks in Advance

    Hi,
    I have a solution for you I hope that is helps.
    add this to the top of your page...
    <jsp:useBean id="now" class="java.util.Date" scope="request" />
    so, you want the current date?
    <af:outputText value="#{now}"/>
    you can use the format for date also.
    I hope it is what you want.

  • How do i make a mirror image of a photo to print an iron-on transfer

    how do i make a mirror image of a photo to print an iron-on transfer?  I am using iPhoto 08 ver 7.1.5.
    Thanks

    You can't with iPhoto.
    You can with Preview or any image editor.
    Regards
    TD

  • How to get the date time format in OCI

    How to get a date time format in OCI instead of only date

    You would have to use the OCIDateTime datatype for this. Refer to
    OCI documentation for more details.

  • How do I make data from one Table flow into a separate Table

    How do I make data from one Table flow into a separate Table in iworks numbers?

    Great stuff Yvan,
    KOENIG Yvan wrote:
    Here you may see the way to transfer the contents of a column of Table A in a column of Table B
    I used two kinds of formulas.
    In the cell A2 of Table B
    the formula is :
    =Table A :: $B2
    It may be :
    =Table A :: $B
    Apply Fill Down
    Copy paste it in cell A1 which is in a header row.
    This formula does its duty but it’s not robust enough and will not survive to a Sort.
    This is why in B2, I inserted a more robust formula :
    =OFFSET(Table A :: $A$1,ROW()-1,2)
    You will find details about the functions used in Numbers User Guide delivered with every copy of iWork ‘08
    Yvan KOENIG (VALLAURIS, France) samedi 6 août 2011 17:45:22
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !
    The first suggestion was the simple answer I needed,
    Thank you

  • I have both photoshop 6 and Photoshop CC on my Mac. How can I make Photoshop CC the default to open when I double click on an image?

    I have both photoshop 6 and Photoshop CC on my Mac. How can I make Photoshop CC the default to open when I double click on an image?

    Right-click an image file,
    Get info,
    Open with: <choose Photoshop CC>
    Change File Associations in OS X Mavericks - YouTube

  • How do I make a panorama image in Elements 11 from 5 separate photos?

    How do I make a panorama image in Elements 11 from 5 seperate photos

    You can browse your files directly from Photomerge dialog box also. Here is the descriptive help link to guide you on how to create your perfect dreamy panorama http://helpx.adobe.com/photoshop-elements/using/stitching-together-panoramas.html

  • How can we make quick time player play all formats like AVI, MKV, MPEG etc?

    How can we make quick time player play all formats like AVI, MKV, MPEG etc?

    QuickTime supports many different file types & codecs, but not all.   In many cases you can lookup, download & install specific codecs if you need them.
    The following may be helpful:
    Perian
    QuickTime: About Playing AVI Files
    QuickTime X: Playback of MPEG2 video
    QuickTime 7.6.6  (you may need this if QT X won't play old videos)
    QuickTime MPEG2 Playback Component (for QT 7.x)
    Windows Media Components for QuickTime
    Flip4Mac Player/Pro/Studio/StudioProHD

  • How can I stamp date & time

    Hello,
    How can I stamp date&time on my photos which taken by my iphone 4
    Regards
    Yasser

    Easy - if it is on the photo and you can see it then it is on the photo and
    You can not [remove it] - you can sort of obscure it using the retouch in iPhoto and if you have PhotoShop or PhotoShop elements the clone tool will do a better job
    It is part of the photo and there is nothind "behind" it to show - in the future do not set your camera to include it
    The EXIF data ia internal to the photo and is never shown on the photo - it can ony be seen using special software that understands it and then it is displayed seperate form the photo never on the photo - like the info pane in iPhoto which shows selected EXIF information
    LN

  • When putting an event on my iPhone calendar and the time, when it goes to iCloud to my laptop or iPad calendar the times are different.  How can I make the time the same?

    When putting an event and the time on my iPhone calendar, when it goes to iCloud to my laptop or iPad calendar the times are different.  How can I make the time the same?

    Welcome to the Apple Community.
    Is the calendar you are adding events to on the phone an iCloud calendar.

  • How can I make address labels, preferably matching Avery sizes, in Pages please?

    How can I make address labels, preferably matching Avery sizes, in Pages please?  Please don't tell me there is no labels facility!!

    If you have your addresses set up in Address Book, the logical place for them, that is also the logical place to print them from.
    Pages will only use one data set per page, although there are ways around this. But then that wasn't your question.
    Peter

  • When Firefox loads, a second window opens that is just a counter. How do I make this stop? I can send the page info if it would help.

    When Firefox loads for the first time, a second window opens that is just a counter. I've downloaded a lot of add-ons. I thought it might be the piano add-on so I removed it but that didn't stop it. How do I make this stop? I can send the page info if it would help.

    Sounds like malware on your PC.
    Install, update, and run these programs in this order. They are listed in order of efficacy.<br />'''''(Not all programs detect the same Malware, so you may need to run them all to solve your problem.)''''' <br />These programs are all free for personal use, but some have limited functionality in the "free mode" - but those are features you really don't need to find and remove the problem that you have.<br />
    ''Note: If your Malware infection is bad enough and you are mis-directed to URL's other than what is posted, you may have to use a different PC to download these programs and use a USB stick to transfer them to the afflicted PC.''
    Malwarebytes' Anti-Malware - [http://www.malwarebytes.org/mbam.php] <br />
    SuperAntispyware - [http://www.superantispyware.com/] <br />
    AdAware - [http://www.lavasoftusa.com/software/adaware/] <br />
    Spybot Search & Destroy - [http://www.safer-networking.org/en/index.html] <br />
    Windows Defender: Home Page - [http://www.microsoft.com/windows/products/winfamily/defender/default.mspx]<br />
    Also, if you have a search engine re-direct problem, see this:<br />
    http://deletemalware.blogspot.com/2010/02/remove-google-redirect-virus.html
    If these don't find it or can't clear it, post in one of these forums for specialized malware removal help: <br />
    [http://www.spywarewarrior.com/index.php] <br />
    [http://forum.aumha.org/] <br />
    [http://www.spywareinfoforum.com/] <br />
    [http://bleepingcomputer.com]

Maybe you are looking for