RE: Populating SELECT from other SELECTs?

2000-11-28 Thread Robert Segal
"getcities(document.example.state.options[document.example.state.op tions.selectedIndex].value)" optionSelect a state: cfoutput query="qstatequery" option value="#qstatequery.state#"#qstatequery

Re: Populating SELECT from other SELECTs?

2000-11-27 Thread Gena
Is there a way to do that without reloading the page? See example here: http://www.carpoint.com.au/Marketplace/UsedCarHome.asp Answer is yes - using JavaScript. Regards, Gennadi ~~ Structure your ColdFusion code with Fusebox. Get the

RE: Populating SELECT from other SELECTs?

2000-11-27 Thread James McCullough
Use the CF_twoselectsrelated tag. http://devex.allaire.com/developer/gallery/info.cfm?ID=CA347197-2830-11D4-AA 9700508B94F380method=Full -Original Message- From: Cyrill Vatomsky [mailto:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 9:42 PM To: CF-Talk Subject: Populating SELECT