Larry already gave you a perfect answer, just a small tip, during the
developing/debug work, the following snippet could be handy:

<cfloop collection="#cgi#" item="i">
 <cfoutput>The value for : cgi.#i# is: #cgi[i]#<br></cfoutput>
</cfloop>

----------------------------
Massimo Foti
[EMAIL PROTECTED]
----------------------------

My own Corner of the web
http://www.massimocorner.com
Dreamweaver, Ultradev and Fireworks goodies

It should be this hole in the ozone layer
But I am not the coder I use to be...



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to