Should be simple but coming from ColdFusion to ASP it has me perplexed.
I have a page that passes id like
I need to pass that ID in a new href tag. This is what I have and it bombs:
Any help you can provide would be greatly appreciated.
I have a page that passes id like
I need to pass that ID in a new href tag. This is what I have and it bombs:
Code:
<a href="[URL unfurl="true"]http://www.montereyleads.com/contactform.cfm?prodline=1&source=1&boat=<%Request.QueryString("ID")%>"[/URL] target="_blank" onmouseover="MM_swapImage('Button_Brochure','','images/Button_dlbrochure2.gif',1)" onmouseout="MM_swapImgRestore()"><img src="images/Button_dlbrochure1.gif" alt="DownloadBrochure" name="Button_Brochure" width="210" height="61" border="0" id="Button_Brochure" /></a>