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
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
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
3 matches
Mail list logo