CodeAve.com CodeAve.com - JavaScript - Misc
ASP
JavaScript
·Document Info
·Forms
·Images
·Miscellaneous
·Navigation
·Script Writers
·Contents
·What's New?
CSS
HTML
Maps
Links
Mail List
Search
Sitemap


 


Full Screen
JavaScript offers a lot of ways in which you can manipulate the size of the browser window, however it can not make the current browser window take control of the full screen.. However, it can make a new window completely fill the screen. In this example a page full_size.htm will open and immediately open a new window with Yahoo.com in full screen display. Please note, you may need to end the task of the browser to get out of full screen.
View the Output
Text View
Print View
Mail this Link
Download the Code

<html>
<body>
<script language="JavaScript">
<!--
window.open ("http://yahoo.com", "","fullscreen=yes")
-->
</script>

</body>
</html>

 

 

 



ASP: What's New? | Articles | Script Writers | Database Display | Read/Write
Server Variables | Response Objects | Random Events | Miscellaneous
HTML: Forms | Hyperlinks | Headers | Tables | Hyperlinks | Headers | Text Display
JavaScript: Document Info | Forms | Images | Navigation | Script Writers
CSS: Basics | Page Display | Text Display | Script Writers | Miscellaneous
Maps: Map Script Writers | Bing Maps | Google Maps
Privacy Statement

CodeAve.com is hosted by MyHosting.com
Donate Food Online with a Mouse Click at TheHungerSite.com
Donate Land Online with a Mouse Click at TheRainForestSite.com
© 1999 - 2010 CodeAve.com
All Rights Reserved