you could use DHTML for that have a <DIV> that is hidden and when you run the JS script to fill the fields then just make it visisble
document.all.divname.style.visibility = "visible"; -----Original Message----- From: Eric Hoffman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 12:25 PM To: CF-Talk Subject: RE: Javascript/CF Tag to fill fields Well, actually we got that figured out but have the million dollar question for us... We have 4 items, first is a select box, when an item is selected it fills the other three text input boxes via Javascript. Now, once all four are filled out, wow would it be great for a new empty row to display....with select box, et al, an exact duplicate. Not sure how to do this? Regards, Eric J Hoffman DataStream Connexion www.datastreamconnexion.com Delivering Creative Data Solutions -----Original Message----- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 2:09 PM To: CF-Talk Subject: RE: Javascript/CF Tag to fill fields a bit more clarification, may return better answers..... tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -----Original Message----- From: Eric Hoffman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 2:46 PM To: CF-Talk Subject: Javascript/CF Tag to fill fields We have a drop down, and would like it to fill in row with that recordset's info. Is there a custom tag to do such before I switch into the wooly world of javascript. (the first field is drop down, next 4 fields to be filled need to be text input fields) Thanks for any quick pointers...not finding it at DevEx. Regards, Eric J Hoffman DataStream Connexion www.datastreamconnexion.com Delivering Creative Data Solutions ______________________________________________________________________ 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

