Try:

<cfloop list="#form.fieldnames#" index="fld">
#fld#: #Evaluate(fld)#
</cfloop>

Bob
-----Original Message-----
From: yinghui cao [mailto:[EMAIL PROTECTED]]
Sent: March 27, 2001 3:51 PM
To: CF-Server
Subject: Form collection data


<html><DIV>
<DIV>Hi, everybody,</DIV>
<DIV>In ASP there is form collection data, I can&nbsp;print out all the form
content using three line code like this:</DIV>
<DIV>&lt;%FOR&nbsp;EACH frElement IN Request.Form </DIV>
<DIV>&nbsp; Response.write "*' &amp;frElement &amp; "*&lt;br&gt;"</DIV>
<DIV>&nbsp;</DIV>
<DIV>NEXT</DIV>
<DIV>Does ColdFusion have this kind feature? </DIV>
<DIV>Thanks</DIV></DIV><br clear=all><hr>Get Your Private, Free E-mail from
MSN Hotmail at <a
href="http://www.hotmail.com">http://www.hotmail.com</a>.<br></p></html>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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