Brian Wilson wrote:
[color=blue]
> Does anyone know were I can get a "time change refresh" code that will
> change the content on a page at a pre set time?
>
>[/color]
Your question is too broad... Javascript is client side so the pre-set
time would depend on the client (PC/web browser) and not your web server
meaning that two different folk in two different time zones *could* end
up seeing two different things at the same time...
Secondly - 'content' could be anything - if you're talking about totally
replacing the entire contents - as opposed to a single text greeting,
and want to depend on javascript, then it is likely to be faster/cleaner
to have a redirect to different pages that are actioned by time or date...
Have a look at javascript.inte rnet.com for script ideas - I'm sure I've
seen one or two scripts there which could (with some effort) help you
achieve something similar to what you want...
Comment