Mechanism
Tutorial could be improved if mechanism were explained.
Posted by:
Posted on: 08/06/2004 11:57 AM
|
Need a Variation, please.
This is all well and good but the main problem with this is that it uses static choices. Can this be altered so that the the 2nd set of choices is supplied from query results? I like the way this looks on a form but it has never been especially useful.
Posted by: Ric Johnson
Posted on: 10/28/2005 10:32 AM
|
Syntax Help When Adding Additional Options
What is the syntax in the Javascript when adding an option "C" in the form? i.e. <option value="B">B</option>
if(obj.selectBorder.selectedIndex == 1){ obj.selectColour.length=4 obj.selectColour.options[0].value="Tracy" obj.selectColour.options[0].text="Tracy" obj.selectColour.options[1].value="Herta" obj.selectColour.options[1].text="Herta" obj.selectColour.options[2].value="Andretti" obj.selectColour.options[2].text="Andretti" obj.selectColour.options[3].value="Franchitti" obj.selectColour.options[3].text="Franchitti" obj.selectColour.selectedIndex = 0 return } obj.selectColour.length=2 obj.selectColour.options[0].value="Papis" obj.selectColour.options[0].text="Papis" obj.selectColour.options[1].value="Brack" obj.selectColour.options[1].text="Brack" obj.selectColour.selectedIndex = 0 } ? ? ?
Thanks, awieland
Posted by: awieland
Posted on: 08/11/2006 04:41 PM
|
go leafs
Mike, send me an email buddy. jimmy mac
Posted by: james macdonald
Posted on: 03/23/2007 10:08 AM
|
Adding Additional Options
did or can somebody help me add a third and fourth option??
Posted by: keelee
Posted on: 07/02/2007 04:28 PM
|