R
RSteph
Is that a way for me to tell a response.redirect command to open the page in
a new window.
I'm working with an existing ASP.NET site, using a "content management"
system to add links and such. I've got a menu link I'd like to have open in a
new window, I can specifiy the URL for the link, but the CMS doesn't allow me
to specify the target for it. So I was thinkin I would cheat and point it to
a page, then put a "Response.Redirect" command to automatically move it to
the other URL. But I would like to have it open in a new page.
I'm not sure if there's really a way to do this, or if I'll have to try to
work my way around re-programming the site and CMS. Any help would be greatly
appreciated.
a new window.
I'm working with an existing ASP.NET site, using a "content management"
system to add links and such. I've got a menu link I'd like to have open in a
new window, I can specifiy the URL for the link, but the CMS doesn't allow me
to specify the target for it. So I was thinkin I would cheat and point it to
a page, then put a "Response.Redirect" command to automatically move it to
the other URL. But I would like to have it open in a new page.
I'm not sure if there's really a way to do this, or if I'll have to try to
work my way around re-programming the site and CMS. Any help would be greatly
appreciated.