<form method="post" action="/form.php">
<select name="dropbox" onchange="submit()">
<option selected>Select Something!</option>
<option value="SOMETHING">Something</option>
<option value="ELSE">Something Else</option>
</select>
</form>Wade Preston Shearer wrote:
i assume that to use that i will need a javascript function in the header called "submit()"?
if yes, what do you put in the function that submits the form?
On Wednesday, June 11, 2003, at 05:10 PM, Andrew Jorgensen wrote:
onchange="submit()"
Wade Preston Shearer wrote:
i have friend that asked me a question that i can't answer... i have been googling without any results...
he wants to make a form without a submit button... the form will be submitted when the user selects something from a dropmenu. the only languages that can be used are HTML and javascript... and it all has to happen client-side.
anyone have any ideas?
____________________
BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
____________________
BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
____________________
BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
____________________
BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
