Re: Cannot Close Custom Dialogue

  •  05-07-2011, 8:02 PM

    Re: Cannot Close Custom Dialogue

    Hi BinBinb,
     
    Please try the following code and test again.
     
    1. window.top.open('','_self');   
    2. window.top.close();     
    Regards,
    Jeff
View Complete Thread