I need a cross-browser solution to populate a drop-down based on the value selected in another drop-down. I have don this many times for IE. I usually use an IFRAMe to permory a query and populate the second drop-down using Javascript.
Since NS doesn't support IFRAMES and I really don'e want to use a frameset at all, I think that if I store the recordset of possible values in a Javascript array when the page loads and then query that array when the first drop-down values is changed it should work. Javascript arrays not my strongpoint yet. Does anyone have an example of this? Thanks, Frank Mamone ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.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

