Quote:
Originally posted by pal19
It's simple, just put your variable value inside the href section.
Something like this:
<a href="<%=MyVar%>"> field </a>
____________________
Paulo Gonçalves
|
Thanks Paulo, ive looked at my original code <%=rs("Filename")%> , and modified it as
<a href="<%=rs("Filename")%>">"<%=rs("Filename")%>"</a>.
That seems to have sorted it out, i think it's all the nesting that stopped it.