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

Database driven list boxes

Status
Not open for further replies.

tjb2

Programmer
Jul 24, 2003
17
US
I need to create 2 list boxes. The data displayed in one will depend upon the user's selection in the other. I also need to set these selections to display while the report table loads below it. I thought about creating arrays for each selection item in the first list and using the onchange() event to load the adjacent list. I am having trouble setting the selections...Any thoughts?

TJ [hourglass] ::)
 
I see 2 options:

1) Use Javascript arrays. I just did it and it works great.

2) Using an "onChange" event on the first list box that submits the page and us vbscript to populate the second list box.

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top