student101
08-06-2008, 10:13 AM
Script: Refresh page Script
http://www.dynamicdrive.com/dynamicindex6/refresh.htm
-------------
I am using <meta> to refresh the iframe (this is inside the page that loads in the iframe)
<meta http-equiv="refresh" content="6">
Is there a way with the Refresh page Script to do this;
if (parent.frames['myframeid'].src != 'mypage.php'){
- run the refresh script till it does show up then stop refreshing
}
-------------
Cheers
http://www.dynamicdrive.com/dynamicindex6/refresh.htm
-------------
I am using <meta> to refresh the iframe (this is inside the page that loads in the iframe)
<meta http-equiv="refresh" content="6">
Is there a way with the Refresh page Script to do this;
if (parent.frames['myframeid'].src != 'mypage.php'){
- run the refresh script till it does show up then stop refreshing
}
-------------
Cheers