I had this working..then broke it somehow and can't figure out what's wrong!! I have a window with frames. A link in one of the frames creates a pop up window. The pop up window has a form. After the form is filled out and the submit is selected, I need to load a specific url in the frame named "left_frame" in the parent window. Here's what I have between my script tags:
window.parent.frames['left_frame'].document.location='
I've tried every variation I can think of...The error I get in IE says that left_frame is either null or doesn't exist. That can't be true because I can launch the popup from the left_frame and use window.opener.location and it works fine! Any help would be great!
window.parent.frames['left_frame'].document.location='
I've tried every variation I can think of...The error I get in IE says that left_frame is either null or doesn't exist. That can't be true because I can launch the popup from the left_frame and use window.opener.location and it works fine! Any help would be great!