S
Sukhanov Volodya
Hello, All!
Does anybody knows how to open a window of browser (ex IE 6.0) in modal mode
(or "simirly" to modal)?
Early, in classical ASP, using VBScript, I could write:
<SCRIPT language="vbscript">
call window.open("MyForm.aspx","replace","channelmode=1,directories=0,
fullscreen=1,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=
0,titlebar=0",0)
</SCRIPT>
Can I get a reference to object "window" from VB.NET ?
What other opportunities to manage by a window of browser gives VB .NET ?
Volodya Sukhanov
Does anybody knows how to open a window of browser (ex IE 6.0) in modal mode
(or "simirly" to modal)?
Early, in classical ASP, using VBScript, I could write:
<SCRIPT language="vbscript">
call window.open("MyForm.aspx","replace","channelmode=1,directories=0,
fullscreen=1,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=
0,titlebar=0",0)
</SCRIPT>
Can I get a reference to object "window" from VB.NET ?
What other opportunities to manage by a window of browser gives VB .NET ?
Volodya Sukhanov