Hi, I use the above tag to select an item. This works great.
The problem is that when it comes time to update the page (display information from database) the select box does not pre-select the previously selected item, merely displaying the first item from each group of the query. This is more than frustrating. I've spent time getting this to work before, and I had thought the problem fixed, but it is back. Something I noticed today, is that if I force a javascript problem (misspell the formname attribute for example), the default options work.... I would really appreciate some help on this..... or an alternate solution... thanks. CFMX 6.1, IE 6.1 CF_ThreeSelectsRelated FORMNAME="PATAP_EDIT" QUERY="APPLIANCE_THREE_SELECTS" HTMLAFTER1="<BR>" HTMLAFTER2="<BR>" HTMLAFTER3="<BR>" NAME1="DEVIC_REFNO" NAME2="MODEL_REFNO" NAME3="APPLC_REFNO" DISPLAY1="DEVICE_DESC" DISPLAY2="MODEL_DESC" DISPLAY3="APPLIANCE_DESC" VALUE1="DEVIC_REFNO" VALUE2="MODEL_REFNO" VALUE3="APPLC_REFNO" DEFAULT1="#default_devic#" DEFAULT2="#default_model#" DEFAULT3="#default_applc#" WIDTH1="200px" WIDTH2="200px" WIDTH3="200px" AutoSelectFirst="no" > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
