ccooper%deadsquid.com 197610faba - adding files to allow clean shutdown on Mac
git-svn-id: svn://10.0.0.236/trunk@230320 18797224-902f-48f8-a5cc-f745e15eee43
2007-07-19 20:48:57 +00: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>