I need to pass from an html page to a cold fusion page a value either as a session variable (which I think cold fusion ignores) or as a querystring or however it's done.
How do I do a Request.QueryString in cold fusion
and then evaluate it?
I've got this as the syntax for a CF if statement, but it doesn't work, probably because I'm not storing anything in UserID
<cfif UserID is "">
hello
<cfelse>
goodbye
</cfif>
Anyone with any links to decent coldfusion for utter beginners sites, I'll take them too
thanks
How do I do a Request.QueryString in cold fusion
and then evaluate it?
I've got this as the syntax for a CF if statement, but it doesn't work, probably because I'm not storing anything in UserID
<cfif UserID is "">
hello
<cfelse>
goodbye
</cfif>
Anyone with any links to decent coldfusion for utter beginners sites, I'll take them too
thanks