- Messages
- 3,962
- Edit My Images
- Yes
I figured out how to set up htaccess but the problem is that you cant log out with it
is there a script to log out? I found the following which closes the window and forgets the details (maybe cookies?)
But, it doesnt actually close the window in Google Chrome, only IE
<head>
<script language="JavaScript" type="text/javascript">
<!--
function closewindow() {
self.opener = this;
self.close()
}
//-->
</script>
</head>
<body>
<a href="JavaScript: closewindow()">Close Window</a>
is there a script to log out? I found the following which closes the window and forgets the details (maybe cookies?)
But, it doesnt actually close the window in Google Chrome, only IE
<head>
<script language="JavaScript" type="text/javascript">
<!--
function closewindow() {
self.opener = this;
self.close()
}
//-->
</script>
</head>
<body>
<a href="JavaScript: closewindow()">Close Window</a>
Last edited: