-----Original Message-----
you can use ControlHelper to help you .
if you use it ,you won't write these scripts.
close a window?just is:
controlHelper1.CloseWindow("returnValue");
why not try?
http://www.lostinet.com/en/lwsamplecs/? framesrc=controlhelper/
--
http://www.lostinet.com/
Lostinet.Web Controls&Components help you to build better Asp.Net
CustomerControl&UserControl&Application.
ControlHelper&HelperElement for MessageBox&Dialog
ComboBox,ComboCalendar,SmartIframe
---------------------------
Remote Asp.Net Execution
"mg" <
[email protected]> ???? news:0f7901c3beab$87a6b380
[email protected]...
Once opening WebForm2 from WebForm1 using
Response.Write("<script language='javascript'>window.open
('WebForm2.aspx','two','menubar=no');</script>");
how can I [programmatically] close WebForm1?
.