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
<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