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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

selects

Status
Not open for further replies.

BlueberryPie

Programmer
Joined
Aug 3, 2006
Messages
2
Location
BE
Hi,

I was thinking about doing something like described here

But when submitting it only sends the highlighted items in the box. So is there a way to make a browser send all the items?
The only solution I can come up with is highlighting all items with javascript on submitting, but that seems a kinda crappy solution and not sure if it will work.

Anybody has another idea?
 
I had to do the same thing once (see thread216-748536), but I ran into a bug with IE 5.5 that made highlighting all the options not possible. kaht was able to help me find another way though.

If you are not changing the options with JavaScript and you are using ASP.NET, you don't have to worry about it. All the options are posted back in the viewstate.

Adam
 
It would be changing the options in the selects, so I guess I'll have to find another solution.

thx for the reply tho :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top