I need help with some syntax,
I need to have the value of a drop down box inserted into the middle of a url string,
e.g.:
Selected Value in drop down box "OEM"
URL I needed: http://www.somesearch.com/search?value0=OEM%3type=boolean%3value2=otherval%3
As you can see I need to take the data of the selected entry in the list box and insert it into the middle of the url string in this example the data is "OEM"

Reply With Quote
