window.close() generates problem

Posted by dhaliwaljee on Stack Overflow See other posts from Stack Overflow or by dhaliwaljee
Published on 2010-05-31T09:46:06Z Indexed on 2010/05/31 10:12 UTC
Read the original article Hit count: 266

Filed under:
|
|
|
|

this code generates problem [encountered problem of window] and close all the safari windows, but this code is working fine with Internet Explorer. What will I do ? have any alternative method for closing current opened window in every browser.

<input type='button' value='close' onclick='window.close()'>

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about window