![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
function refreshOtherIframe(){ parent.document.getElementById('otherIframe').refr esh(); } |
#3
| |||
| |||
|
|
function refreshOtherIframe(){ parent.document.getElementById('otherIframe').refr esh(); } For me, I will if (parent.frames['otherframe']) parent.frames['otherframe'].refresh(); |
#4
| |||
| |||
|
|
I got this error after running this code. Any help? Thanks. Error: parent.frames.browse_iframe.refresh is not a function <script language="javascript" <!-- if (parent.frames['browse_iframe']){ if(parent.frames['browse_iframe'].src=='browsechats.php'){ parent.frames['browse_iframe'].refresh(); // this is the error } else{ parent.frames['browse_iframe'].src='browsechats.php'; } } //-- </script |
![]() |
| Thread Tools | |
| Display Modes | |
| |