gecko/tools/performance/startup/quitForMac.html

12 lines
323 B
HTML
Raw Normal View History

<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>