View Full Version : go to full screen on load
jpozzi
03-18-2005, 11:21 PM
I am looking for help to make a site open in full screen on loading with a button to close full screen. Can anybody help?
cr3ative
03-24-2005, 10:44 AM
Well, this script should work in Internet Explorer to open in fullscreen:
<script type="text/javascript">
window.open("http://www.google.com","fs","fullscreen=yes")
</script>
cr3ative
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.