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.
I've also tried reversing those lines, still no luck. Anybody has suggestion?Code:parent.secondframe.onload = function(){ //manipulation here} parent.secondframe.location = the_url;


Reply With Quote

Bookmarks