DrDoc

msg:1475735 | 3:12 pm on Nov 21, 2003 (gmt 0) |
Is the page trying to refresh itself, or are you trying to refresh the page from the parent document?
|
copongcopong

msg:1475736 | 2:06 am on Nov 23, 2003 (gmt 0) |
page in the iframe is trying to refresh itself at at given n time. thanks
|
MaximumScripts

msg:1475737 | 10:12 am on Nov 23, 2003 (gmt 0) |
Then why not just meta-refresh in the <head> of the page inside the IFrame? <META HTTP-EQUIV="Refresh" CONTENT="5"> whereby every 5 seconds, refreshes
|
copongcopong

msg:1475738 | 7:26 am on Nov 24, 2003 (gmt 0) |
my problem using meta-refresh is if the page inside the iframe times-out, it cannot refresh itself. did the javascript i did above would help on this? thanks
|
MaximumScripts

msg:1475739 | 6:48 pm on Nov 24, 2003 (gmt 0) |
If you meta-refresh it, then the above javascript would be unneccessary..And what else then would be timing it out? IF the iframe contains another script to time itslef out, then that needs to be removed. Why tell a page "Reload every xx seconds AND kill yourslef by doing so-and-so-**** every xx seconds."? Unless you're not teling the entire story, either method (javascript or regular meta-tag) will work, but only need one, and then nothing should time it out before it refreshes.
|
|