Consultor Eletrônico



Kbase P74005: How to open a Internet browser in full screen mode using JavaScript
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

How to open a Internet browser in full screen mode using JavaScript ?

GOAL:

is it possible to open a Internet browser in full screen mode using JavaScript ?

FIX:

In the open() command put type=fullWindow for Netscape, and fullscreen (without any value) for Microsoft Internete Explorer. For example, this command in a popup script opens a full screen mode window:

window.open(href, windowname, ',type=fullWindow,fullscreen,scrollbars=yes');