
March 16th, 2002, 10:33 AM
|
 |
An Ominous Coward
|
|
|
|
Well, the answer to your question is that you use the form's submit() method to submit a form as in:
PHP Code:
<input type="button" onClick="document.form.submit();">
If this doesn't answer the question, post some code please! 
|