Hey folks,
I've done quite a bit of researching this evening on how to get around the fact that you can't use a client side "Target=bla bla" in a response.redirect. The only thing I found that may have been an option was to put the target in the form tag, but i'm using it in an .ascx file in VS.NET (using VB) and they don't use form tags. And the .ascx module is on a .aspx popup window. I don't want the next page to load up in that same popup window (which is what it will do if i dont' target the link).

Does anyone know a way around this. I tried using javascript with response.write, but that writes it in the top of the source html, but does nothing at all. Any ideas are appreciated.

Thanks,
Cran56