Hello!!! If someone could help me I'd really appreciate it..
I have a web page made with EXTJS with an iFrame.
The iFrame's source is an aspx page and has a variable like this: <var id="myVar" runat="server">var>
I need to access this variable from my page, wich, since it's EXTJS, is in javascript...
I guess the question here would be: How do I access an iFrame's source's variable from javascript??
thanks!!!
Loading
LorPosted Jul 10, 2008, 3:08 PM
GOT IT!!!!
so simple, yet so hard to find lol...
document.getElementById(
'FrameName').contentDocument.getElementById('VarName').innerHTML