Hi, I'm really new to JS, so this might be real easy, I just don't know. I have a form that I want to be able to move the value of an input field to a portion of a link. Something like this...
<input type="text" name="a">
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.something.com?a=valueHere ">
Thanks in advance
<input type="text" name="a">
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.something.com?a=valueHere ">
Thanks in advance