After installing SP2 for win xp, I got problems opening a page in fullscreen mode. Does anyone know a work around for this problem?
My code is:
staffa
My code is:
Code:
<script language="javascript">
<!--
window.open('index2.php','InfoScreen','fullscreen=yes,width=' + window.screen.availWidth + ',height=' + window.screen.availWidth + ',screenX=0,screenY=0');
//-->
</script>
staffa