Posted by Sandeep on 10/30/06 02:20
Vince Morgan wrote:
> Hi all,
> I have a form with about 10 fields. When I submit this form I
> would like it to send the cgi data for processing, and remain static.
> The form in part below;
>
> <form method="post" name="MSDSform" action="dummy.php" onSubmit="return
> checkSubmit();">
> <!-- inputs and selects -->
> <input type="submit" value=" Submit ">
Check the return value for your function "checkSubmit", if it is always
false, your form would never be submitted
[Back to original message]
|