The following code returns the following link:
I've never seen this before. The <cfoutput> tag shouldn't be showing up in the string. How can I get rid of it?
MrsBean
I've never seen this before. The <cfoutput> tag shouldn't be showing up in the string. How can I get rid of it?
Code:
<h3>record has been updated</h3>
<a href="index.cfm?template=specs_edit_list_1&form_spec_id=<cfoutput>#form_spec_id#</cfoutput>">
Edit More ...
</a>
MrsBean