Soldato
- Joined
- 24 Nov 2002
- Posts
- 16,378
- Location
- 38.744281°N 104.846806°W
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!