CF variables need to be within a cf statement or within certain CF
tags, to be evaluated, e.g.:
<cfoutput>.....</cfoutput>
<cfquery>......</cfquery>
so, use:
<tr><td><a
href="selpn.cfm?userid=<cfoutput>#userid#</cfoutput>">Request Another
Inventory
or
<cfoutput>
<table border ="0" width="50%" align="center">
<tr><td><a href="selpn.cfm?userid=#userid#">Request Another Inventory
Item</a></td><td><a href="default.cfm">Enter Another User ID</a></td></tr>
</table>
</cfoutput>
Before you ask,
#myVar# is evaluated as the value of myVar
## is recognized as a single # within these tags - ##anchor = #anchor
Dick
At 3:28 PM -0400 9/17/00, Alan Wolf wrote:
>Sorry to bother the list with newbie stuff but I have the following simple
>piece of code that strips off the ending pound sign. Simple syntax error for
>sure. Help please.
>
><table border ="0" width="50%" align="center">
><tr><td><a href="selpn.cfm?userid=#userid#">Request Another Inventory
>Item</a></td><td><a href="default.cfm">Enter Another User ID</a></td></tr>
></table>
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.