I was wondering how you get JS to get the input field information (I am not sure if I am calling that correctly). What I mean is that you have an address like www.something.com and when you submit a form, you go to
www.something.com/whatever.htm?blah=blah&blah=blah
What I want to know is how do you read the blah=blah&blah=blah into JS. I hope that this makes sense.
Thanks
D O N