Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Cannot Close Custom Dialogue
Re: Cannot Close Custom Dialogue
05-07-2011, 8:02 PM
Jeff
Joined on 02-22-2011
Posts 126
Re: Cannot Close Custom Dialogue
Reply
Quote
Hi BinBinb,
Please try the following code and test again.
window.top.open(
''
,
'_self'
);
window.top.close();
Regards,
Jeff
View Complete Thread