Click to See Complete Forum and Search --> : Update script


Crazywords
02-21-2003, 06:33 AM
I'm searching the web for a javascript but I can't find it. This is what I want to do: The first page is kind of an intro, there are 2 links to other html pages. Beneath these links I want a message "update" when one of the seperate pages have been updated.
Anyone can help?

AdamGundry
02-21-2003, 11:44 AM
It's probably easier to change the page manually than write a script to do so. Your script would have to download the two pages (in hidden frames) then read variables they contain as to last update date/time. It could then use the Date object to determine how long it was since the last update, and if recent enough display the message.

Adam