Hi All
I am a novice to Javascript, so this question might sound silly to most of you guys. Let me first describe what the situation is:
I have a form on the parent window. when the user clicks on the submit button, a new window pops up (ie a child window that displays a different asp page). Now depending on the selected inputs from the form, the child window will display a table of data. One column of each row in this table contains a hyperlink, which when click will change the parent's location (i.e window.opener.location).
The problem I have is that after the user clicks on the hyperlink, the parent window's location gets change but so does the child window's location. What I want is for the parent window's location to change but the child window's location to stay the same. And also I dont want the child window to close either.
I hope my description is not too vauge. Highly appreciated for any help on this.
Thanks guys
Regards
Kevin
I am a novice to Javascript, so this question might sound silly to most of you guys. Let me first describe what the situation is:
I have a form on the parent window. when the user clicks on the submit button, a new window pops up (ie a child window that displays a different asp page). Now depending on the selected inputs from the form, the child window will display a table of data. One column of each row in this table contains a hyperlink, which when click will change the parent's location (i.e window.opener.location).
The problem I have is that after the user clicks on the hyperlink, the parent window's location gets change but so does the child window's location. What I want is for the parent window's location to change but the child window's location to stay the same. And also I dont want the child window to close either.
I hope my description is not too vauge. Highly appreciated for any help on this.
Thanks guys
Regards
Kevin