You can save a little typing (and to me it looks cleaner) by changing this
<CFSCRIPT>
variables.username = Arguments.Username;
</CFSCRIPT>
Or, better yet:
<cfset variables.username = Arguments.Username>
Why use a CFScript block for one variable assignment?
Heh: it's not often *I* advocate using CFML over CFScript, but… everything in its place.
--
Adam
This email contains confidential information. If you are not the intended recipient of this email, please notify Straker Interactive and delete the email. You are not entitled to use it in any way.
----------------------------------------------------------You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com).
An archive of the CFCDev list is available at
www.mail-archive.com/[email protected]
