Very new to javascript. Can someone point me to and example of how to pull a variable value out of "get” (from a form), and put it in a java variable? Thanks!
Hi, See the example from this tutorial Check form fields before submiting the form . So, you use JavaScript to check the form, and it submit it only if the boxes are correctly filled.