Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

open fullscreen window

Status
Not open for further replies.

staffa

Programmer
Jan 31, 2005
32
DK
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:
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
 
what was the problem???

Known is handfull, Unknown is worldfull
 
The problem is that it only maximize the new window instead of going into fullscreen mode. It works fine without SP2, but i have to use SP2 at work, so I was hoping that someone knew how to get around this.

staffa
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top