Topic awaiting preservation: how to parse parameter from child windows to parent in JSP |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Australia |
posted 11-18-2004 04:23
I have two JSP i.e. course1.jsp and course2.jsp. I would want to find out how I could parse the parameter/value from child window to the parent window when the child window get closed. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 11-18-2004 06:48
Alright I'm not entirely sure what you are trying to do. But this isn't really something for JSP so much as Javascript. Unless you want to refresh the parent window, but that would kind of (usually) defeat the purpose of the child window. |
Bipolar (III) Inmate From: Australia |
posted 11-25-2004 00:04
I changed window.opener.forms.courseForm.f_file_name.value = file; to |