| OnSubmit grab external file and read a variable This variable would determine if submit should return true or false |
otem

msg:3311736 | 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

msg:3311806 | 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....
|
|
|