I have an input box and I want to take the value entered in the imput box and pass it as a value through the url. Such that:
<input name="selected" type="text">
<a href="search_action.cfm?zoom=javaScript:document.pcSearch.selected.value">Zoom</a>
But it does'nt work?
<input name="selected" type="text">
<a href="search_action.cfm?zoom=javaScript:document.pcSearch.selected.value">Zoom</a>
But it does'nt work?