One old "trick" is to have a "hidden" (one pixel high) frame at the top or bottom of your screen. This frame can then be used for return trips to the server and the user sees nothing. The invisible Frame does the server work and refreshes itself (invisibly). Then you can use cross-window Javascript to access the new information from the visible frame.
8/23/02 2:59 PM, "Ali Daniali" <[EMAIL PROTECTED]> wrote: > is there a simple way of doing this without having to refresh the page? > > thanks, > ali > > -----Original Message----- > From: anand.vadul [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 23, 2002 2:49 PM > To: CF-Talk > Subject: RE: dynamic select boxes based on queries? > > > You need to use javascript to submit the form > as soon as the first dropdown box is changed. > > This will call a CF file that regenerates the same page > It reads the first, gets the selection, and populates the > the second dropdown box having the results based on selection > of the first. > > HTH > > Anand > > -----Original Message----- > From: Ali Daniali [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 23, 2002 5:40 PM > To: CF-Talk > Subject: dynamic select boxes based on queries? > > > Hello, > I was wondering if someone might know how I might be able to create a > drop down select box list from a previous dynamically populated drop > down select box selection. The second list's options are query results > of the first selection. > � > Thanks, > Ali Daniali > > > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

