Break out of iframe w/ Flash
Break out of iframe w/ Flash
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- CAJTBr0
just talking off the top of my head, but doesn't parent.frames attempt to use the function from another frame on the same level as the iframe? if the function's in the parent frame, wouldn't you just use parent.openNewWindow...? (does parent definitely even apply to iframes?)
why not either:
a) include the function itself in the iframe, and just getURL("javascript:openNewWindow...
b) forget about the function completely and try doing it directly
getURL ("javascript:window.open('fileNa...