instead of a _blank for the name, pass a random value
window.open(page,System.Text.RegularExpression.Reg ex.Replace(DateTime.Now,"\\D",string.emptye)...
--
Regards,
Alvin Bruney
[ASP.NET MVP
http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here...
http://tinyurl.com/27cok
"T. Seaburn" <> wrote in message
news:%...
>I have an aspx page that is always invoked by Response.Redirect calls from
> other pages. I want my aspx page to always display in a new browser
> window.
> Since the Response.Redirect calls from the other pages can't inoke _blank
> as
> a target value, is there any way I can ensure that my aspx page always
> displays in a new browser window without using javascript?
> Thanks,
> Tina
>
>
>