Re: pop up window

2003-09-01 Thread David Terry
This sounds interesting. I'll give it a shot. Thanks! David >>> [EMAIL PROTECTED] 09/01/03 14:43 PM >>> When you forward to the post-process after the first submit forward to a jsp with something like ')"> Your window will popup.. the preview action can be mapped to you form and life sho

Re: pop up window

2003-09-01 Thread Mark Lowe
When you forward to the post-process after the first submit forward to a jsp with something like ')"> Your window will popup.. the preview action can be mapped to you form and life should be great.. Does this help? Cheers Mark On Monday, September 1, 2003, at 07:24 PM, David Terry wrote: H

Re: pop up window

2003-09-01 Thread Sgarlata Matt
Probably the easiest solution would be to use the javascript confirm() function before submitting the form. Will this work for you or does it really need to be a popup window? Matt David Terry wrote: How can I read the values out of a page, do some processing on those values, display a pop-up

RE: pop-up window

2002-05-10 Thread Bartley, Chris P
The problem is the url in the generated Javascript... 1) it shouldn't be an tag and 2) the nested quotes are making javascript barf. So, the generated javascript: newWindow = open("","amonDetailWindow","height=65 0,width=700"); should instead be: newWindow = open("/use-it-portal-web/amo

Re: Pop-Up Window

2001-10-05 Thread Martin Fekete
try somethink like this ... window.open("" ... feky - Original Message - From: "Tricia Ong Cheah Yen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 05, 2001 8:43 AM Subject: RE: Pop-Up Window i do apologise for not stating clearly

RE: Pop-Up Window

2001-10-04 Thread Tricia Ong Cheah Yen
be executed? i need to do initialization in my EmailFriendAction class. TIA +trish -Original Message- From: John Schroeder [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 1:16 AM To: [EMAIL PROTECTED] Subject: RE: Pop-Up Window Hi Tricia, try adding a .do to showEmailFri

RE: Pop-Up Window

2001-10-04 Thread feeley . jp
o: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Cc:(bcc: Joe Feeley-JP/PGI) Subject: RE: Pop-Up Window 10

RE: Pop-Up Window

2001-10-04 Thread John Schroeder
Hi Tricia, try adding a .do to showEmailFriend ("/util/showEmailFriend.do"). That should solve it. --John -Original Message- From: Tricia Ong Cheah Yen [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 9:49 AM To: [EMAIL PROTECTED] Subject: Pop-Up Window Importance: High