Theres got to be a flaw in my coding cause I copyed and integrated the code for full screen mode off HTML Goodies and into my site. However, when it loads the status bar always comes up saying "done, but with errors on the page." The explorer icons are still there and the screen remains normal size. Could someone help me out here? Heres the following code that I put into the <HEAD> tags of my site:
<script>
<!--
window.open("home","fs","fullscreen=yes")
//-->
</script>
Theres no html at the end because I run my site off of Angelfire and I found out that if you got rid of the ".html" in the name of the page that no pop ups would show up. Just so everyone is informed on why theres no ".html" at the end of my page name.
<script>
<!--
window.open("home","fs","fullscreen=yes")
//-->
</script>
Theres no html at the end because I run my site off of Angelfire and I found out that if you got rid of the ".html" in the name of the page that no pop ups would show up. Just so everyone is informed on why theres no ".html" at the end of my page name.