Click to See Complete Forum and Search --> : I thought this was gonna be easy!


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?

Kravvitz
11-09-2006, 02:44 AM
How is this a JavaScript question?

Just use the get method of the form instead of the post method.