you could also do this with fusionscript, it can help make adding DHTML
easier:


<!----in a FS function you could build the form you want to display--->
<!---with the action="addHTML"  everytime this function is ran it will add
this to the div-->
        <cf_fs_convert name="startTable"  layer="'yourdiv'"
action="addHTML">
                <table border="1" width="100%" bgcolor="#cccccc">
                        <TR>
                                <td>Selectlist</td>
                                <td>Field1</td>
                                <td>Field2</td>
                        </TR>
                </table>
        </cf_fs_convert>

<Body>
<div name="yourdiv">
<!---the forms will be added here------->
</div>
</body>

with this you wouldn't need to know how many you needed, it would be totaly
dynamic and keep adding as you needed.


-----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

Reply via email to