Soldato
When parsing an url, such as:
url.php?name=John
How can replace the John with the contents of a select box, i.e. document.goit.select.value, so I'd have url.php?name=document.goit.select.value but working!
I'm sure this is just a simple syntax thing...
Help!
url.php?name=John
How can replace the John with the contents of a select box, i.e. document.goit.select.value, so I'd have url.php?name=document.goit.select.value but working!
I'm sure this is just a simple syntax thing...
Help!