Re: [PHP] closing window after submit

2001-06-30 Thread DAve Goodrich
on 6/28/01 3:57 PM, Richard Kurth at [EMAIL PROTECTED] wrote: > I have a form that is in a pop up window it has an image for a submit > button how can I close the pop up after submitting. I know I can do it > with javascript with a standard submit button. but how can I do it when > I use an image

RE: [PHP] closing window after submit

2001-06-30 Thread Jerry Lake
onMouseUp="window.close()" Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: Richard Kurth [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 3:57 PM To: php Subject: [PH

RE: [PHP] closing window after submit

2001-06-30 Thread Jason Lustig
use onsubmit = "somefunction();" in the tag, and make the somefunction() function close the window. --Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail