|
 |
aspx thread: SV: How to open a new browser window using code-behind?
Message #1 by "Mats Boberg" <Mats.boberg@n...> on Tue, 26 Feb 2002 14:31:59 +0100
|
|
If I understand your issue right, u just need to response.write("
javascript code to open window"")
-----Ursprungligt meddelande-----
Fr=E5n: J [mailto:goality@s...]
Skickat: den 26 februari 2002 12:19
Till: ASP+
=C4mne: [aspx] How to open a new browser window using code-behind?
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 "J" <goality@s...> on Tue, 26 Feb 2002 15:08:45
|
|
Thanks,
I got it working with response.write
> If I understand your issue right, u just need to response.write("
> javascript code to open window"")
>
> -----Ursprungligt meddelande-----
> Fr=E5n: J [mailto:goality@s...]
> Skickat: den 26 februari 2002 12:19
> Till: ASP+
> =C4mne: [aspx] How to open a new browser window using code-behind?
>
> 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
|
|
 |