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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

URL parameters 1

Status
Not open for further replies.

uconn1981

Programmer
Mar 21, 2005
42
US
I want to pass a variable to the url parameter as following:

<cfset ss = 1980>
<a href="browse_biblio.cfm?refstart=#ss#&sortBy=Date">Date</a>

when I clicked the link, it shows something like this:

....?refstart=#ss&sortBy=Date

I wonder why the #ss# can not be converted into 1980?

Thanks,

Tim
 
Um...you need cfoutput around it...


Hope This Helps!

ECAR
ECAR Technologies

"My work is a game, a very serious game." - M.C. Escher
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top