Hi,
I have a simple script to change the page after a certain time. It works fine in Netscape, IE, Safari and Firefox, but not Opera.
function startTimer() { timer = setTimeout("redirect()", 16000) }
function redirect() {
parent.content.location="main.html";
and so on for other frames...
}
and startTime is called using an onload within an img tag.
Any ideas? Or can Opera just not do it?!
Derek


Reply With Quote
Bookmarks