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

Popular posts from this blog

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -