This is the script I want edited
My "content" is defined and is dynamically contained within an iframe in a javascript in a js file. It has a default "content" page.Code:if (top.location == self.location) { //if page is called out of its frameset top.location.href = "index2.htm" + "?" + window.location.href; }
"content" is the body of my website.
I want to pass my "content" to index2.htm along with window.location.href
Please modify this tag. Thanks





Bookmarks