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!

combo box item to refresh multiple select list box

Status
Not open for further replies.

richey1

Technical User
Oct 5, 2004
184
GB
Hi

is it possible to have an item from a combo box filter the values in a multiple select list box ?
my form is a submission form, so the submit already validates the form using vbscript for errors and if successful completes a sql insert

my form must be fully accessible to all users (those turning off javascript etc etc)

thanks for any help
tony
 
is it possible to have an item from a combo box filter the values in a multiple select list box ?

should it be done on the same form?? if so you are looking for a round trip to the server if you do not want to use javascript...as i already stated all your questions can be easily solved with Ajax...

but still the problem here is that you want to identify the user selection in the combo box which means that you want to identify the client side action whcih therefore needs client side scripts like javascript or vbscript...

-DNG
 
tony,

take a look at XMLHTTPRequest also. May be that might help you to achieve what you are wanting...

-DNG
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top