Ray, I have had better luck FWIW with the QForms JSAPI and their n-related select boxes. They work with any browser and are rock solid.
http://www.pengoworks.com/qforms/docs/examples/n-related_selectboxes.htm No problems with 2 and 3 selects related though I tried once to get a 5 selects related going and couldn't make it work :<)! Rick Mason On Thu, 23 Dec 2004 11:05:15 -0500, Ray Champagne <[EMAIL PROTECTED]> wrote: > Rick where did you get this tag? > > I am interested in using for a couple of projects...never knew it existed. > > Ray > > At 10:57 AM 12/23/2004, you wrote: > >Does the two selects related tag not work in CFMX? > > > >Dropdown one has the correct info but when I select an item nothing happens > >in select two. > > > ><form action="index.cfm?t=results" method="post" name="FormX"> > > > ><cfquery datasource="#App_DataSource#" name="QryGetCityStates" > >username="#App_DataBaseUser#" password="#App_DataBasePass#"> > >SELECT DISTINCT STATE, City > >FROM TblMain > >WHERE State <> '' > >ORDER BY State > ></cfquery> > > > > > ><CF_TwoSelectsRelated > >QUERY="QryGetCityStates" > >NAME1="form.STATE" > >NAME2="form.City" > >DISPLAY1="STATE" > >DISPLAY2="City" > >VALUE1="STATE" > >VALUE2="City" > >FORCEWIDTH1="70" > >FORCEWIDTH2="70" > >AUTOSELECTFIRST="No" > >HTMLBETWEEN="<BR>" FORMNAME="FormX"> > > > > > >...... > > > ></form> > > > > > >Nothing has been changed in the TwoSelectsRelated.cfm file. > > > > > >Rick Eidson > >Partner & CTO > >ArcRiver Technology, LLC > >http://www.arcriver.com/ > > > >Local Kansas City Music > >http://www.kcjukebox.com/ > > > > > > > > > > > >-- > >No virus found in this outgoing message. > >Checked by AVG Anti-Virus. > >Version: 7.0.298 / Virus Database: 265.6.4 - Release Date: 12/22/2004 > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188684 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

