I have a javascript form field validation script that I have used many times
with no problems. However, I just started using the script in a PHP
application that uses trans-sid for session management. Everything works
fine but when I execute the javascript function that includes the
"document.formn ame.submit();" statement nothing happens. I know for a fact
that this line gets evaluated after I successfully fill in the form.
Has anyone else run into the problem or have some javascript that works with
trans-sid?
Thanks in advance...
/dkm
with no problems. However, I just started using the script in a PHP
application that uses trans-sid for session management. Everything works
fine but when I execute the javascript function that includes the
"document.formn ame.submit();" statement nothing happens. I know for a fact
that this line gets evaluated after I successfully fill in the form.
Has anyone else run into the problem or have some javascript that works with
trans-sid?
Thanks in advance...
/dkm
Comment