I want to make a page consisting of two frames. The first frame would load the second frame and manipulate its content after finished loading. How can I do this?
I've tried putting this code in the first frame, but no result.
So that's why.. thanks for the answer.
What I want to do is displaying a page from a url and put some things on top of that page (like text/image) without modifying the page content. Is there any way to do this? Using frame, iframe, div or anything else?
You can do anything you want outside of the iframe containing the foreign URL. However, you cannot access the iframe for information either, probably not even the location.
Bookmarks