I have a form with Javascript Validation.
But unfortunately the action method is directed to an ASP document which I can not download.
ex: <form action="processloan.asp" onsubmit="return checkdata()" name="form1" method="post">
But the javascript for "checkdata" is intense.
I would post it but it's very long so if you want to see it, click here
www.caillouette.com/javascript.html
and choose to "view page source"
I know some PHP but if I could figure out what procession.asp does I'm sure I could reprogram it into php.
The code originally came from this web site:
http://www.nobullmortgage.com/loanappli.asp
if you could tell me just what the ASP does, I can figure it out from there. I'd really liike to use this Javascript code.
Thanks