You can use JavaScript:
<%
If SomeCondition = True Then
Response.Write("<script language=""Javascript"">")
Response.Write("window.ope
Response.Write("</script>"
End If
%>
However, this will be defeated by popup blockers. Jitganguly's solution wouldn't be defeated, but requires the user click event.
Main Topics
Browse All Topics





by: jitgangulyPosted on 2005-03-07 at 11:10:58ID: 13479581
< a href="google.com" target=="_new">Click</a>