Eng | Rus
 
Education -> Solutions -> Open Window
 
 
 
Simple Seo Solutions
SEO and Promotion
sites
VoiceNotebook.com
Speech to text for AndroidAndroid speech to text

Open full screen window from javascript

To open page in full screen from javascript write this code:
var str = "left=0,top=0,width=" + screen.availWidth + "," + "height=" + screen.availHeight;
window.open(newpage.htm,"",str);
Show example
© prjsoft.ru