Hi How can I open this hyperlink in a new window.
I need this to open up a new window I am passing through the login.
Can this be done another way.
Code:
<td width="350" height="32" bgcolor="#F2FCFF" colspan="2"><a href="<%response.Write("test.asp")%>?login=<%= objRec("login") %>"><%Response.write("Click here to view")%></td>
I need this to open up a new window I am passing through the login.
Can this be done another way.