Link to home
Start Free TrialLog in
Avatar of MrNiceGuy020700
MrNiceGuy020700

asked on

rename frame from frameset

My index.html page creates a top frame called "header" and bottom frame called "body" and a link in the bottom frame loads into "body".  However, javascript in the page renames the frame to "update" using self.name = "update".  Since all the links in the "header" frame target "body", clicking the links will open a new window since there are no longer any frames named body.  

Is there any way to use javascript in the "header" frame to rename the bottom frame back to "body"? (not all the pages rename the frame to "update")
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MrNiceGuy020700
MrNiceGuy020700

ASKER

Ding Ding Ding Ding.....
we have a winner :)

Thank you very much...that worked perfectly....
for some reason I wasn't sure that I could address the frame that way, but alas....it worked perfectly.

Thanks, Michel
Anytime

Michel