Thursday, March 22, 2012

Open a Page in New Window

Hi,
I have created a web application. When the user presses a button, I want a
new Explorer window to be launched with the new page. Right now to move from
page to page I am using Server.Transfer but this api does not have a way to
open the link in a different browser window. Can any one tell me how I can
accomplish this?
Shreyash B. PatelThis is only available via javascript's window.Open();
Karl
"Shreyash B. Patel" <Shreyash B. Patel@.discussions.microsoft.com> wrote in
message news:E637E506-A949-40D7-9CE2-896FC4D70961@.microsoft.com...
> Hi,
> I have created a web application. When the user presses a button, I want
a
> new Explorer window to be launched with the new page. Right now to move
from
> page to page I am using Server.Transfer but this api does not have a way
to
> open the link in a different browser window. Can any one tell me how I can
> accomplish this?
> Shreyash B. Patel
>
You can open new browser windows only on the client-side.
"Shreyash B. Patel" <Shreyash B. Patel@.discussions.microsoft.com> wrote in
message news:E637E506-A949-40D7-9CE2-896FC4D70961@.microsoft.com...
Hi,
I have created a web application. When the user presses a button, I want a
new Explorer window to be launched with the new page. Right now to move from
page to page I am using Server.Transfer but this api does not have a way to
open the link in a different browser window. Can any one tell me how I can
accomplish this?
Shreyash B. Patel
Thank you guys,
Shreyash
"Shreyash B. Patel" wrote:

> Hi,
> I have created a web application. When the user presses a button, I want
a
> new Explorer window to be launched with the new page. Right now to move fr
om
> page to page I am using Server.Transfer but this api does not have a way t
o
> open the link in a different browser window. Can any one tell me how I can
> accomplish this?
> Shreyash B. Patel
>

0 comments:

Post a Comment