J
Jacob
How do I refresh an iframe via JavaScript from the parent page?
/Jacob
/Jacob
Jacob said:How do I refresh an iframe via JavaScript from the parent page?
/Jacob
Jacob said:Is there no way to use location.refresh or location.reload?
/Jacob
Jacob said:How do I refresh an iframe via JavaScript from the parent page?
marss said:var f = document.getElementById('iframe1');
f.contentWindow.location.reload(true);
Value of parameter in the brackets :
false - Default. Reloads the page from the browser cache.
true - Reloads the page from the server.
But I don't know whether it works elsewere besides IE.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.