
August 11th, 2000, 07:01 PM
|
|
Junior Member
|
|
Join Date: Jul 2000
Posts: 27
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hi:
I'm writing a navigation system that links html pages from one to the next. The code should delay for about 10 seconds before moving to the next page, and if the user wants to pause on the current page, they can click an image to delay the refresh inevitably.
I used innerHTML to write "<META refresh=100000...>" but this didn't work since the original META tag (set to 10 seconds) take precidence over newly written, longer METAs.
Any ideas?
Thanks
//ryan
|