Thread
:
Opening a New Window with ASP/VBScript
View Single Post
06-19-2002, 08:56 PM
PM User
|
#
2
QuackHead
Regular Coder
Join Date: Jun 2002
Posts: 344
Thanks: 0
Thanked 0 Times in 0 Posts
do you want something similar to the functionality of the Javascript function (ie, don't show toolbars, specify the width/height etc.) ??
if not, just call the page like this...
<a href="your_page.htm"
target="_new"
>click here</a>
QuackHead
View Public Profile
Find More Posts by QuackHead