aleiderman
Aug 27th 2008, 3:02 pm
I have a bookmarklet that opens an frame in any web page. The iFrame is opened from a parent js document, which also has a method to close it up. My problem is that the close method can only be accessed from the window, but not the iframe.
The question is:
How do I access from the iframe the js methods of the parent document, to the point, how do close the iframe?
The question is:
How do I access from the iframe the js methods of the parent document, to the point, how do close the iframe?