I have one Iframe named "ticket" and I want to use it for two different actions. My onsubmit action calls the iframe and does some other things.
This works fine except after I have executed this onclick action:
If I do this first then I get a Javascript error "Access Denied" performing the onsubmit action.
first script compiles some code and prints it out in the iframe and the other code takes a variable and uses it to query another page in the same iframe. It seems these two conflict on the window.open because after I open the link in the frame I can't get control of the frame again to print the text. It works fine if I have two seperate iframes but I don't want that. Any ideas?