iframe
Problem:
I'm Navigating with in an iframe, while clicking a hyperlink another browser window pops up due to the click. (Note: I do not have control of the html being presented with the iframe. Therefore I can not control the target attribute.)
Is it possible to overide the inner html target? (therefore another browser window will not popup when a user clicks on a hyperlink... I would like the user to stay in one bowser; not have multiple windows open)
If not, can you control the iframe not to allow children browser instances?
Thanks!
|