You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assuming you were trying to do something like, Response.Write("<script language='javascript'>window.close();</script>");
don't use window.close(); and instead use parent.document.getElementsByTagName('dialog')[0].close();
as stated at the bottom of the README
when we add a cancel button no code is working to close the popup. please provide any solution on this.
The text was updated successfully, but these errors were encountered: