RE: Jsp window opener

2002-05-16 Thread Jacob Hookom
Here's a snippet from one of my apps script language=JavaScript1.2 function selectFile( p ) { window.opener.document.%= request.getParameter(textboxPath) %.value = p; window.close(); } /script -Original Message- From: Aline [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 8:31

RE: Jsp window opener

2002-05-16 Thread Barney Hamish
I'm not exactly clear on what you're trying to do from your description. From what I understand from your question it should be possible to do what you're attempting by using either a session bean. THis will allow you to store the values in your field across multiple requests. Alternitively if

RE: Jsp window opener

2002-05-16 Thread Aline
I tried the different solutions, but the parent of my popup window seem to be the servlet and not the first jsp page. Is there an other solution? Aline Alternitively if the pop-up window is still open you can retieve the fields values by using javascript (i.e. parent.opening window.form