I have an iframe which uses a meta refresh every 30 seconds. Inside the iframe, it has a javascript which shows a popup.
BUT
the popup shows in the iframe, not the parent window.
How can I make the popup load in the parent window/main window from the iframe?
Thanks!
SOLVED: I simply used AJAX instead of an iframe! Thanks.
Edited by Jackdawhouse, 12 April 2008 - 12:25 PM.
