hi,
when running admin.cgi in Autogallery 3.1.2, Firefox only displays raw code like this:
<html>
<head>
<script language="JavaScript">
var now = new Date();
now.setTime( now.getTime() + 14400000 );
document.cookie = "cpanel=loggedin; expires=" + now.toGMTString();
</script>
<style>
body
{
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
background-color: #ececec;
font-family: Verdana;
font-size: 11px;
color: #000000;
}
IE is working fine. Anyone know what this is caused by?
thanks
brian
when running admin.cgi in Autogallery 3.1.2, Firefox only displays raw code like this:
<html>
<head>
<script language="JavaScript">
var now = new Date();
now.setTime( now.getTime() + 14400000 );
document.cookie = "cpanel=loggedin; expires=" + now.toGMTString();
</script>
<style>
body
{
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
background-color: #ececec;
font-family: Verdana;
font-size: 11px;
color: #000000;
}
IE is working fine. Anyone know what this is caused by?
thanks
brian















