Ilya Bodo
Results
1
comments of
Ilya Bodo
Assuming you were trying to do something like, ```Response.Write("window.close();");``` don't use ~~```window.close();```~~ and instead use ```parent.document.getElementsByTagName('dialog')[0].close();``` as stated at the bottom of the README