mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
323 B
HTML
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>
|