peterhar
07-09-2003, 04:46 PM
I'm trying to understand some HTML and am stuck on the following line:
<form name="sendtextform" action="/webOriginate/action/sendMessage" onSubmit="return validate()" method="post">
The JavaScript validate() function returns either true or false.
What I don't get is what happens on submit. Is the validate function called followed by the post, or do they happen together? Is there some dependency between them?
Thanks for all comments.
<form name="sendtextform" action="/webOriginate/action/sendMessage" onSubmit="return validate()" method="post">
The JavaScript validate() function returns either true or false.
What I don't get is what happens on submit. Is the validate function called followed by the post, or do they happen together? Is there some dependency between them?
Thanks for all comments.