hello
i have a simple view with some html and no db defined in the background
*EXAMPLE VIEW*
<select>
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
{{=LI(A('something', _href=URL('show', args=??))}}
if i want to pass as argument of URL the selection in the above select tag
how do i do that?
thank you?

