This is a discussion on RE: [PHP] onClick within the PHP General forums, part of the PHP Programming Forums category; onClick="this.form.submit();" will trigger a response from your form processing routine, as specified in the form ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
onClick="this.form.submit();" will trigger a response from your form
processing routine, as specified in the form action="myprogram.php". Warren Vail -----Original Message----- From: Dan McCullough [mailto:php-general@mccullough-net.com] Sent: Tuesday, November 18, 2003 2:42 PM To: Php-General Subject: [php] onClick I want an event to get triggered when using onClick, but the event will be MySQL delete/update/insert so how would I go about doing that? |