Is there a preferred method to add the #request.urltoken# to form
submissions?
Should I use <form name="foo" action="index.cfm?#request.urltoken#
method="post">
Or 
<form name="foo" action="index.cfm method="post">
<input type="hidden" name="fuseaction" value="doFoo">
<input type="hidden" name="CFID" value="#CFID#">
<input type="hidden" name="CFTOKEN" value="#CFTOKEN#">
?

Are there performance, reliablility, any other reasons to choose one over
the other?

Thanks to all for all of the help you have given this Fusebox Newbie!

Marwan Saidi
Webmaster
CED - Concord IS
[EMAIL PROTECTED]
407.741.8645


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

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