зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
323 B
HTML
12 строки
323 B
HTML
<html>
|
|
<head>
|
|
<title>Use JS to quit the browser on Mac OS X</title>
|
|
<script src="quit.js" type="text/javascript"></script>
|
|
</head>
|
|
|
|
<body onload="goQuitApplication();">
|
|
<p>This page uses <code>netscape.security.PrivilegeManager</code> JS calls to cleanly and completely exit the browser under Mac OSX.</p>
|
|
</body>
|
|
|
|
</html>
|