Re: Popup window

2004-02-16 Thread Jim Theodoridis
Hi This is the chooseAuthor.jsp. When U choose an author then javascript sets the values of id and name which are properties of the common form Common form used from the page addDocumentAuthor.jsp where u want to choose the Author top.opener.document.commonForm.id.value = id;

Re: Popup window

2004-02-16 Thread Daniel
Muito obrigado (so much thanks) Jim Theodoridis. - Original Message - From: Jim Theodoridis [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, February 16, 2004 11:05 AM Subject: Re: Popup window Hi This is the chooseAuthor.jsp. When U choose an author

RE: popup window

2003-01-02 Thread du Plessis, Corneil C
If you want to open a new window when submitting a form you will have to set the target of the html:form or form using _blank will launch a new window. -Original Message- From: Amit Badheka [mailto:[EMAIL PROTECTED]] Sent: 02 January, 2003 11:26 To: Struts Users Mailing List Subject:

Re: popup window

2003-01-02 Thread Puneet Agarwal
Did _blank not work ? or is it that you want response in both of the windows ? Regards Puneet - Original Message - From: Amit Badheka [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, January 02, 2003 9:26 AM Subject: popup window Hi All, Is there any

Re: popup window

2003-01-02 Thread Amit Badheka
PM Subject: Re: popup window Did _blank not work ? or is it that you want response in both of the windows ? Regards Puneet - Original Message - From: Amit Badheka [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, January 02, 2003 9:26 AM Subject

Re: popup window

2003-01-02 Thread Puneet Agarwal
] Sent: Thursday, January 02, 2003 12:18 PM Subject: Re: popup window Hi Puneet, It works fine, but my problem is that I am using templates. So, in the popup window whole template is displaying rather than a single jsp. Also, one more problem is that popup jsp contains a tree. so when we try

RE: popup window

2003-01-02 Thread ROSSEL Olivier
If you want to open a new window when submitting a form you will have to set the target of the html:form or form using _blank will launch a new window. Newbie question: can you make this new window a modal window? can this window appear when you click the Select (submit) button, but not

Re: Popup window, parent update, best practice

2002-06-25 Thread Daniel Jaffa
;) - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 24, 2002 2:37 PM Subject: RE: Popup window, parent update, best practice The Browser is the one that performs the logic to display what request where. When you tell it to open a new window you

Re: Popup window, parent update, best practice

2002-06-24 Thread Mark Nichols
- Original Message - From: Roland Chan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 24, 2002 12:02 PM Subject: Popup window, parent update, best practice Hello, I've searched the archives and have come up with some different approaches but none really match my

RE: Popup window, parent update, best practice

2002-06-24 Thread Roland Chan
scenario. At any rate, I thought I'd throw it out there... -Original Message- From: Mark Nichols [mailto:[EMAIL PROTECTED]] Sent: June 24, 2002 2:08 PM To: Struts Users Mailing List Subject: Re: Popup window, parent update, best practice - Original Message - From: Roland Chan [EMAIL

RE: Popup window, parent update, best practice

2002-06-24 Thread wbchmura
To: struts-user Subject: Re: Popup window, parent update, best practice - Original Message - From: Roland Chan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 24, 2002 12:02 PM Subject: Popup window, parent update, best practice Hello, I've searched the archives and have