simmerdown
Programmer
<br>the code:<br>_________________________________________<br><br><FONT FACE=monospace><cfquery datasource="rtk" name="link"><br> SELECT URL<br> FROM CAS<br> WHERE CASnumber LIKE '#URL.CAS#'<br> </cfquery><br><br><b><cfoutput><a href="#link.URL#">MSDS information</a></cfoutput></b></font><br>_________________________________________<br><br>So what's my problem? Well, the intended link is generated in the processed page, but for some strange reason it still has the pound signs around the URL string. (ColdFusion should take 'em right out, of course.) With the pound signs still there, the generated link is non-functional.<br>Anyone seen this happen before?<br>A fix would be much appreciated.