I have downloaded a form that validates in Javascript but posts to an ASP file.
I really want to use this Javascript. You can view it at the following url: http://www.caillouette.com/javascript.html
then choose "view page source"
It's javascript for validating a form.
The only problem is that the form posts to an ASP file.
ex:
" <form action="processloan.asp" onsubmit="return checkdata()" name="form1" method="post">
But it also calls the Javascript function that checks all the data.
If I can figure out just what this ASP file does, then I can program it in PHP and have the form validation working.
I need some expert advice.
Any help is greatly appreciated.
by the way, the code is taken from:
http://www.nobullmortgage.com/loanappli.asp
thanks