eramgarden
Programmer
I have this in VB:
<a href=" & "./selectsurvey.asp?c=" & callID & "&i=" & incidID & ">
I'm putting this in ASP and have this:
<a href="./selectsurvey.asp?c=" <%callerid%> & "&i=" <%incid_id%>>Return</a>
but when i try to look at the page in design view, i get an error to put quotes around <% %>
what am i missing???