Hi everyone I am looking to add an onunload event to podes html iframe. I want to be able to stop the iframe from pointing to another url, with the croos domain security issue I can't catch the current url so I would like to be able to put a function in the onunload event for the iframe that just resets the browser back to the intended source. How do I add the event handler function?
Thanks in advance,
Lance