onpnt's right.
I don't know what solution ANDREWeire got, but I had the same problem, and I've solved it by simply stating in href line "TARGET=_self".
I prefer this way -
<a href="deletepage.asp?id=<%=rs("ID")%>" onClick="return confirm('Are you sure you want to delete the record for <%=rs("Contact")%>?');">
That way you can enter the text as a much more convinient JavaScript code, without having to write it through ASP, and still, entering...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.