you could put something like target="_blank" within the <a> bit, or you could use javascript to set the attributes of the new window. For example:
<%
' some stuff
%>
<script type="text/javascript">
function poper{
var newWin = window.open('page.asp', 'name of page', 'scroll=0,status=0, ect.')
}
poper()
</script>
<%
' some more stuff
%>
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.