Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

variables and multiple select box

Status
Not open for further replies.

mariem

Programmer
Nov 23, 2000
1
FR
is there a way to record variables from a multiple select box without use a submit button? must I use onchange property?
 
yes if you don't want to use the submit button, you can use : onchange() (onblur() or anything as well) or this.form.submit() that submits the form without having to press the submit button
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top