Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing URL variables

Status
Not open for further replies.

noyes99

Programmer
Jun 25, 2002
38
IN
I am trying to pas some variables in the url, whoch would look something like this


How do i access the values of these variables a/b/c on my page.

I am basically a vignette developer, and am pretty new to cold fusion. any help wpuld be appreciated.

thanks

- v
 
in coldfusion, you access the url variables by name --

url.a
url.b
url.c

for example,

<CFOUTPUT>the a variable is #url.a#</CFOUTPUT>


rudy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top