| Body: |
The Doctor wrote:
> IS their a way to make a form behave as follows:
>
> Initial submission, review for errors, either submit or go back?
>
Not via HTML. You do that via your receiving server-side script. Once
can additionally do an "optional"* precheck with JavaScript on the
forms's onsubmit event.
*I say "optional" because JavaScript may not always be available can be
not supported or disabled by client. It can only be used as an
additional option to server-side validation and not a replace for
server-side validation.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
|