This variable would determine if submit should return true or false
otem
4:56 pm on Apr 15, 2007 (gmt 0)
On a form submit, is it possible to get a value from another page, and then produce an if/else condition in javascript to see if the submit should continue or not?
Something like this:
user types in a value and presses submit onsubmit javascript requests a file based upon that inputed value (something like input.js) if input.js' var continue=true, submit form else return false
Thanks
humpg
6:28 pm on Apr 15, 2007 (gmt 0)
Could you not just include the JS file in the page with the form and check the variable....