|
 |
aspx thread: How to open a new browser window using code-behind?
Message #1 by "J" <goality@s...> on Tue, 26 Feb 2002 11:19:10
|
|
Hey,
My webform uses a code-behind file written in VB.NET.
Is it possible to use Javascript function in code-behind file to open a
new browser window? If is, how to do it?
J
Message #2 by dilip easwaran <dileaswaran_99@y...> on Tue, 26 Feb 2002 05:30:11 -0800 (PST)
|
|
hi!!
i think u might have to add a reference to the
shdocvw.dll file in ur system32 folder(i am on winnt).
use the object browser to see the methods exposed.
main-> InternetExplorer.
hope this helps..
dilip easwaran.
--- J <goality@s...> wrote:
> Hey,
>
> My webform uses a code-behind file written in
> VB.NET.
> Is it possible to use Javascript function in
> code-behind file to open a
> new browser window? If is, how to do it?
>
>
> J
$subst('Email.Unsub').
__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com
Message #3 by "Albert Davis" <albertdavis@h...> on Tue, 26 Feb 2002 08:35:24 -0500
|
|
J,
Is this new window to be exposed through the web or on the server? Using
the shdocvw.dll can do many things for you (which may or may not be needed)
but who is the consumer?
Al
>From: dilip easwaran <dileaswaran_99@y...>
>Reply-To: "ASP+" <aspx@p...>
>To: "ASP+" <aspx@p...>
>Subject: [aspx] Re: How to open a new browser window using code-behind?
>Date: Tue, 26 Feb 2002 05:30:11 -0800 (PST)
>
>hi!!
>
>i think u might have to add a reference to the
>shdocvw.dll file in ur system32 folder(i am on winnt).
>use the object browser to see the methods exposed.
>main-> InternetExplorer.
>
>hope this helps..
>
>dilip easwaran.
>
>
>--- J <goality@s...> wrote:
> > Hey,
> >
> > My webform uses a code-behind file written in
> > VB.NET.
> > Is it possible to use Javascript function in
> > code-behind file to open a
> > new browser window? If is, how to do it?
> >
> >
> > J
>$subst('Email.Unsub').
>
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Sports - Coverage of the 2002 Olympic Games
>http://sports.yahoo.com
>
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
|
|
 |