I have a page with an iFrame named myFrame. I can access the tag properties (like name) like this: window.frames[0].name . Ok, so how do I acces the text inside the iframe. I understand that its basically just another document object but I am lost as how to access it properties.
I have some text in a Div tag named myDiv, so how do I get access to its 'value' properties?
Jason
I have some text in a Div tag named myDiv, so how do I get access to its 'value' properties?
Jason