I have a page that is fed into an iframe. The iframe is on a remote site out of my control. The iframe contents I have on my host need to contain a search dialog. I have implemented this using a form with an action="mySearchEngineUrlGoesHere"
Whether I use a "submit" input type, a document.open, or an onMouseClick, or an onUnFocus, etc., I can not seem break out of the iframe to open the search results in a new browser.
If anyone has run into this before or could suggest a workaround approach, I would greatly appreciate it!
Whether I use a "submit" input type, a document.open, or an onMouseClick, or an onUnFocus, etc., I can not seem break out of the iframe to open the search results in a new browser.
If anyone has run into this before or could suggest a workaround approach, I would greatly appreciate it!