Hi Barry,
E.g. by using javascript: Response.Write("<script>window.open 'http://www.google.com',
'_new','width=400, height=200, status=no, toolbar=no, menubar=no, location=no');</script>");
Kind Regards, Alex Meleta
[TechBlog] http://devkids.blogspot.com
B> Hi
B>
B> Response.Redirect(http://www.yahoo.com);
B> would open the above in the same window, what is the method to open
B> the url
B> in a new Window.
B> TIA
B> Barry