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
hp Subject: [PHP] closing window after submit 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 for a sub

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

[PHP] closing window after submit

2001-06-29 Thread Richard Kurth
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 for a submit button Best regards, Ric