How can I close a window using Javascript in google Chrome (v38 and above) /firefox (v33 and above)? -
following options doesn't work - 1) window.close(); 2) window.open('','_self','');window.close();
window.close()
should work if window opened parent window. if trying open window directly desktop , run window.close()
, not close window.
Comments
Post a Comment