I have an
<object id="objPage" data="source.html" type="text/html"><object>
containing an HTML page, on the same domain. I am trying to send a String through Javascript from source.html to its parent, which is an aspx page. I need the child to be able to send that information. Any idea?
So basically it's:
[ASPX] [OBJECT] This sends data to the ASPX [/OBJECT] This receives data from the object[/ASPX]