Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want do some action in HTML and it auto close window, somebody can help me?? thanks!!!
to close the window just put "self.close();" in. e.g. alert('hello world!'); self.close();