well, the only solution I can think of is to use an target="_blank" on a <a
href..
I believe if you put it on a <form target="_blank" any submitting buttons
will open in a new browser...
Karl
--
http://www.openmymind.net/
"anuragsji" <> wrote in message
news: ups.com...
> Hi,
>
> I have one combo box and GO button on the click of GO button page
> submitted and according to selection of one of the option from combo I
> want to redirect my page to some new asp page but at the same time in
> new window of browser.
> I could have achieved this using window.open() of javascript but then
> it will serve as pop up and clients requirement is that not to show as
> popup window due to many users blocked popups.
>
> Any suggestions, How can I achieve this using response.redirect or any
> coding which is not serve as popup window.
>
> The work is in ASP 3.0 not in ASP.NET
>
> Thanks in Advance,
> Anurag
>