Sometimes you need to be able to submit a form by some other means but a button. Here's an example using JavaScript: <a href="javascript:document.myform.submit();">Submit Form</a> <form name="myform" action="<? echo $PHP_SELF; ?>" method="POST">
© 2005 tiplib.com