RE: How to handle a PopUp Form from another Form?

2001-10-24 Thread tnist
:51 PM To: [EMAIL PROTECTED] Subject: Re: How to handle a PopUp Form from another Form? Correct me if I'm wrong, but it sounds like you want to popup window to behave like a modal dialog box. I can't think of any standard javascript/HTML construct that would allow that, short of using alert

RE: How to handle a PopUp Form from another Form?

2001-10-23 Thread Martin, Margaret
-ANS004 [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 4:53 PM To: '[EMAIL PROTECTED]' Subject: RE: How to handle a PopUp Form from another Form? This is what my current html:link tag looks in my originator form(SubmitQuotes.jsp): html:link forward=partDetails paramId=partNumber paramName

RE: How to handle a PopUp Form from another Form?

2001-10-23 Thread Shamdasani Nimmi-ANS004
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 10:46 AM To: '[EMAIL PROTECTED]' Subject: RE: How to handle a PopUp Form from another Form? Nimmi - In doing something similar to what you want to do I did the following: 1) Create javascript function to open a new modal window (I am only

RE: How to handle a PopUp Form from another Form?

2001-10-22 Thread Alexander Jesse
Hi, part one is not really a problem: just add target=_a_window_name_ to the link. part two is where it gets tough...I do not know of a html-construct allowing for this. Maybe you could create a javascript that will put the focus on _a_window_name_ if it exists... hth Alexander

RE: How to handle a PopUp Form from another Form?

2001-10-22 Thread Shamdasani Nimmi-ANS004
a PopUp Form from another Form? Hi, part one is not really a problem: just add target=_a_window_name_ to the link. part two is where it gets tough...I do not know of a html-construct allowing for this. Maybe you could create a javascript that will put the focus on _a_window_name_ if it exists

Re: How to handle a PopUp Form from another Form?

2001-10-22 Thread dhay
Perhaps you can use a indexed link which brings up the data in the popup form. As for the second part, could you use javascript onload function in the original page, which checks to see if popup exists, and if it does puts focus back on it? Cheers, Dave Shamdasani Nimmi-ANS004 [EMAIL

RE: How to handle a PopUp Form from another Form?

2001-10-22 Thread Shamdasani Nimmi-ANS004
help me. -Nimmi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 3:27 PM To: [EMAIL PROTECTED] Subject: Re: How to handle a PopUp Form from another Form? Perhaps you can use a indexed link which brings up the data in the popup form

RE: How to handle a PopUp Form from another Form?

2001-10-22 Thread dhay
Shamdasani Nimmi-ANS004 [EMAIL PROTECTED] on 10/22/2001 04:47:25 PM Please respond to [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: How to handle a PopUp Form from another Form? It is an indexed link. I already know how to get

Re: How to handle a PopUp Form from another Form?

2001-10-22 Thread Dan Hodge
should not be able to get to the originator form. I hope someone has handle this situation and can help me. -Nimmi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 3:27 PM To: [EMAIL PROTECTED] Subject: Re: How to handle a PopUp Form

RE: How to handle a PopUp Form from another Form?

2001-10-22 Thread Shamdasani Nimmi-ANS004
? Dave Shamdasani Nimmi-ANS004 [EMAIL PROTECTED] on 10/22/2001 04:47:25 PM Please respond to [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: How to handle a PopUp Form from another Form? It is an indexed link. I already