content
am 16.04.2008 17:59:00 von Ben
The way I am setting up my site, I have a title page; then the user goes to
the main page. I would like to put a countdown on my index page (about 5
seconds, or so) that, when it reaches 0, automatically hyperlinks to a new
page, rather than having to click "enter here". Thoughts?
Re: content
am 16.04.2008 18:27:27 von Mike Mueller
You can use a refresh to move you to another page, but it will not
give you a countdown on it.
You can use javascript also, and you can work a display in there... see
http://javascript.internet.com/time-date/countdown-timer.htm l
--the 'redo' function in the above script has the name of the page that you
will be going to, right after the javascript 'alert' function. Comment out
the alert line and un-comment out the window.location to have this flow
seemlessly
"Ben" wrote in message
news:E0D36BF8-2A2C-4726-9729-C180086614FA@microsoft.com...
> The way I am setting up my site, I have a title page; then the user goes
> to
> the main page. I would like to put a countdown on my index page (about 5
> seconds, or so) that, when it reaches 0, automatically hyperlinks to a new
> page, rather than having to click "enter here". Thoughts?
Re: content
am 16.04.2008 18:45:00 von Ben
Sounds good, Mike. Thanks for the comment. I'll try those, and see how they
do.
"Mike Mueller" wrote:
> You can use a refresh to move you to another page, but it will not
> give you a countdown on it.
>
> You can use javascript also, and you can work a display in there... see
> http://javascript.internet.com/time-date/countdown-timer.htm l
>
> --the 'redo' function in the above script has the name of the page that you
> will be going to, right after the javascript 'alert' function. Comment out
> the alert line and un-comment out the window.location to have this flow
> seemlessly
>
>
>
> "Ben" wrote in message
> news:E0D36BF8-2A2C-4726-9729-C180086614FA@microsoft.com...
> > The way I am setting up my site, I have a title page; then the user goes
> > to
> > the main page. I would like to put a countdown on my index page (about 5
> > seconds, or so) that, when it reaches 0, automatically hyperlinks to a new
> > page, rather than having to click "enter here". Thoughts?
>