questionable
08-14-2009, 04:29 PM
Hi, I'm using FF3.5. I have a page inside an Iframe. Currently to get it to "refresh" I'm using this code.
window.frames["nameOfFrame"].location.href = window.frames["nameOfFrame"].location.href
This works ok, except I need the page to "resend" the data or else It just goes blank. Is there a way to refresh Iframes and get the data resent?
Also if I right click>This Frame>Open Frame in New Tab. This doesn't resend it either :( [This is a much smaller issue though]
How can I refresh and resend this frames information?
IE Code not needed
window.frames["nameOfFrame"].location.href = window.frames["nameOfFrame"].location.href
This works ok, except I need the page to "resend" the data or else It just goes blank. Is there a way to refresh Iframes and get the data resent?
Also if I right click>This Frame>Open Frame in New Tab. This doesn't resend it either :( [This is a much smaller issue though]
How can I refresh and resend this frames information?
IE Code not needed