Possible Duplicate:
Getting contents of iframe
Javascript: I need two examples.
- Get content of loaded iframe which src is not on same server as parent page.
- Get content of loaded iframe which src is ON the same server as parent page.
By content I mean InnerTEXT or innerHTML, or anything. Goal is to transfer variable from one page that is not on same server to other. This was my first thought. If there is any other way to transfer variable within javascript.