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

How do mode fullscreen in IE?

Status
Not open for further replies.

nvduan

Programmer
May 9, 2002
9
VN
How do create to mode fullscreen in IE as code JavaScript?
Required screen hasn't scrollbar !!!!
Help me !
Thank a lot !
 
Code:
window.open ('page.html', 'name', 'fullscreen,scroll=0');

Or omit the scroll part of the JavaScript code, and on your fullscreened page:

Code:
<body scroll="no">
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top