seanok
11-09-2006, 01:40 AM
I'm a web designer with virtually no JavaScript experience, and I need to do the following...
I have a simple form with one drop down menu and one text box, on submitting the form I need the values (value1 & value 2 for the sake of argument) from these to be inserted into a destination URL in the following format:
http://www.destination.com/sr?csi=value1&sr=value2
I thought this was going to be quite easy(!)
Can anyone help?
I have a simple form with one drop down menu and one text box, on submitting the form I need the values (value1 & value 2 for the sake of argument) from these to be inserted into a destination URL in the following format:
http://www.destination.com/sr?csi=value1&sr=value2
I thought this was going to be quite easy(!)
Can anyone help?