I have a iFrame content which is having inside another iFrame. I want to get inside iFrame src content. how can i do this using javascript?
|
1
|
|||||||||||
|
|
|
The outer page:
page1.htm:
|
||
|
|
|
iframeInstance.contentWindow.document - this document loaded from SRC url. and vice verse - to get from inner document to parent use: parent.document |
||
|
