Add an autocomplete="off" attribute to your input tags: <input type="text" autocomplete="off" />
or for the whole form: <form autocomplete="off"> It's not an official attribute in XHTML but it is supported by IE and FF. Don't know about Safari. -michael -- michael acadia | [EMAIL PROTECTED] loathe wrote: > Is there a way to do this? > > I'm trying to create a dhtml combo box, and it's working ok, but when you > have already entered something into the form you get the drop down with your > old values. > > Man this is killing me. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263063 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

