Forum Moderators: phranque
the form below will give me the year but i cant work out how to add the day and month without adding unwanted characters or gaps between. If i add field names to each separate section it adds the field names in the form &name= between sections which kills the url. If i dont have field names i cant see how to have three seperate drop down boxes working under one field name.
<form action="http://example.com/firstpartofurl.aspx" method="get">
<select size="1" name="date">
<option value="2009">year</option>
<option value="01">month</option>
<option value="01">day</option>
</select>
<input type="submit" value="submit"
</form>
Cheers! ;)
[edited by: phranque at 12:41 pm (utc) on Feb. 10, 2009]
[edit reason] exemplified urls [/edit]