I have hiddened whole tables within in a <DIV> and use it currently <DIV name="mydiv" style="visibility: hidden;">
everything in here is hidden until I make it visiible </div> document.all.mydiv.style.visibility = "visible" This does work and when the I can hidde it all again document.all.mydiv.style.visibility ="hidden" There is an issue if you hide or unhide an individual elements within the <div> -----Original Message----- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 12:44 PM To: CF-Talk Subject: RE: Javascript/CF Tag to fill fields but you cant hide/unhide table rows with that. only elements inside table cells/rows or elements outside of tables. actual table rows for some reason are not hideable? .tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -----Original Message----- From: Bruce, Rodney S HQISEC/SIGNAL [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 3:35 PM To: CF-Talk Subject: RE: Javascript/CF Tag to fill fields 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 ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

