Forum Moderators: phranque

Message Too Old, No Replies

Cold Fushion Question

         

donafams

12:19 pm on Mar 18, 2005 (gmt 0)

10+ Year Member



example;
passing variable "newvariable" using hyperlink
"http://test.com?newvariable=test"...

with vbscript i can retrieve the variable with "variable = request.querystring("newvariable")

How do I do that with Cold Fushion?

Wade

1:50 pm on Mar 18, 2005 (gmt 0)



#url.newvariable#

And it must be within a <cfoutput></cfoutput>

donafams

1:59 pm on Mar 18, 2005 (gmt 0)

10+ Year Member



how would it be done with javascript?