-
Need Urgent Assistance!
I need to replace the location of "right_frame" using location.replace(). top.right_frame.location.replace doesn't work! Help!
-
Hey,
Did you try:
top.right_frame.location.href = "newPage.html"
But:
top.right_frame.location.replace("newPage.html")
Should work. Could you show us the frameset code and the code you are using with this JavaScript?
aDog
-
It already works, it seems that I forgot to mention a frame, top.thepage.right_frame
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks