FORM>
<INPUT type="button" value="New Window!"
onClick="window.open('http://www.yourdomain.com/yournewwebpage.aspx','mywindow','width=400,height= 200,toolbar=yes,
location=yes,directories=yes,status=yes,menubar=ye s,scrollbars=yes,copyhistory=yes,
resizable=yes')">
</FORM>
or a hyperlink
see link
http://www.pageresource.com/jscript/jwinopen.htm
"S_K" <> wrote in message
news: ups.com...
> Hi,
>
> I need to create and display a completely new and seperate web page
> from within an existing web page. Response.Redirect("localhost....")
> dosen't do it because I have a SINGLE web page when I need two
> seperate web pages.
>
> Any ideas?
>