gecko/tools/performance/startup/quitForMac.html
2007-07-19 13:48:57 -07:00

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