|
|
Q1434 How can I target another frame from a dynamically generated frame?
irt.org | Knowledge Base | JavaScript | notabug | Q1434 [ previous next ] Q1434 How can I target another frame from a dynamically generated frame?The following was submitted by Claude Schnéegans: When a frame is generated by a javascript function (here the left one) in the parent window, and contains a link with a target to the right frame, then the target is not recognized and a new window is created instead. It affects all Netscape versions starting with 4.51, but not 4.50 and lower. A workaround is to use JavaScript to capture the click event and change the frames location directly:
|
-- div -->
|