I'm an ASP.NET programmer... I have no real experience developing in ASP, but I'm trying to edit some old code for a client to simply output some different HTML code. Can someone tell me why the following line breaks the page? I'm trying to escape the quotes where needed and it's just not working...
Code:
<% response.write "<a href=\"javascript:PopupPic('" & rs("pImage") & "')\">" %>