Preserved Topic: Form Submission |
|
---|---|
Author | Thread |
Obsessive-Compulsive (I) Inmate From: |
posted 07-16-2001 20:40
Does anyone know how to use an Onload="" to submit a form? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-16-2001 20:50
document.myform.submit() submits a form where the form's name="myform". |
Obsessive-Compulsive (I) Inmate From: |
posted 07-16-2001 20:58
ohhhh coool thanks a lot |