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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Full screen Problem

Status
Not open for further replies.

MikePalm

Programmer
Feb 6, 2002
34
US
I have a page that I want full screen. I have javascript that opens the page fullscreen with the following javascript code

function fullScreen(theURL) {var newWind = window.open(theURL, '', "fullscreen=yes, scrollbars=no, title=no, menubar=no, titlebar=no");}

however when the screen opens there is a title bar and a status line on the bottom of the screen. This code works fine in development but in production it shows the title bar and status bar.

I would appreciate any help on this.

Mike
 
In production, are you viewing the page with a computer that has XP SP2? Cuz, I think Microsoft changed that. (Security concerns)

Adam

Whatever I feel like I wanna do, gosh!
 
Yes I am viewing the screen with the same machine in production and development. and yes the machine has XP SP2.

My question is why is it showing one way in development and different in production? I have looked on the server to see if it is some kind of setting, but could not find anything.

Mike
 
Adam,

Thank You. That solved the problem.

Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top