Feedback on: irt.org FAQ Knowledge Base Q173
Worth:
Worth reading
Comments:
What browsers DO support location.replace() method?
I tried with Netscape Communicator 4.6, and it did not work, but with IE 4.01 works fine. Interesting point is that the replace() worled fine in Netscape Communicator 4.01 ??? ( I mean the script worked fine)
Worth:
Very worth reading
Comments:
very worth reading because its a rare solution to find. however i just tried to make test webpages and named them everything thats in the code but it didn't work because the instructions left out what needs to be changed. it lacked depth, and i need help. please send and in depth email back, i really need this code.
thanks.
Murray
Worth:
Very worth reading
Length:
Just right
Technical:
Not technical enough
Comments:
In frame.html, the frame names are defined as "frameI" and "frameJ". Therefore in frameB.html, any references to frame names "frameA" and "frameB" should instead read "frameI" and "frameJ", respectively, or the script won't work.
Worth:
Worth reading
Comments:
Worked fine for me until someone right clicks a link and decides to open the page in a new window.
This causes a JavaScript error because its looking for a frame that doesn't exist.
Short of disabling the right click option, I can't think of a way to get round it, any suggestions?
Worth:
Worth reading
Comments:
The code as written did not work with IE6. However, by changing the references to "parent.frameA.location.href" to "parent.frameI.location.href" and "parent.frameB.location.href" to "parent.frameJ.location.href" it does work.