I have an iFrame, content of which is inside another iFrame. I want to get the inside iFrame\'s src content. How can I do this using javascript?
src
iframeInstance.contentWindow.document - this document loaded from SRC url. and vice verse - to get from inner document to parent use: parent.document