javascript drop down boxes
I am trying to create a kind of quotation calculator, which is based on various elements. It starts by choosing a product from a dorp down box and choosing attributes from checkboxes, however to select another product from a different drop down box again i want to only display the products that have not been chosen already?
In other words i need to create a drop down box that is populated with attributes that have not been previously selected?
ie...
dropDown1 = att1, att2, att3 - selected is att1.
dropDown2 = att2, att3 - selected is att2
dropDown3 = att3 - selected is att3
ACJavascripts posted this at 22:40 — 1st March 2007.
He has: 11 posts
Joined: Feb 2007
Hey,
Your best bet is to go grab a "double combo box" from a free javascritp resource and modify it.
http://www.google.com/search?sourceid=navclient-ff&ie=UTF-8&rls=GGGL,GGGL:2006-30,GGGL:en&q=double+combo+box
ACJavascripts.com - Free Cut and Paste Javascripts
SimplyProgram.com - Personal Blog
CYWebmaster.com - Webmaster Forum (re-designing)
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.