should be:

<cfoutput>
    <TEXTAREA NAME="field_name" ROWS="10" COLS="50">#field_name#</TEXTAREA>
</cfoutput>

brendan avery / [EMAIL PROTECTED]

----- Original Message -----
From: "Igor Meden" <[EMAIL PROTECTED]>
To: "CF-Server" <[EMAIL PROTECTED]>
Sent: Friday, December 08, 2000 10:01 PM
Subject: simple question


> hallo,
> I'm new to CF and the question I have is probably very simple but I can't
> find the answer:
>
>
> When I want to update a DataBase with <INPUT> tag it's working fine:
> <INPUT TYPE="text" NAME=" etc, etc....
>
> but what is the procedure for <TEXTAREA>(if I want to update memofields)
>
> <TEXTAREA NAME="field_name" ROWS="10" COLS="50"
> VALUE="#field_name#></TEXTAREA>
>
> .....and that is not working, i'm getting only boxes without any text in it.
> I tried some combinations as <INPUT TYPE="textarea" and so on, without
> result.
>
> Thank you.
> Igor Meden
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to