I am building a web based free dynamic news reader (aka \"autoplay\" feature), that you can test it from here:
http://www.fivetechsoft.com/news
and I would l
<script>
var splashWin = window.open("http://google.com", "win",
"fullscreen=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0")
</script>
Google is your friend:
http://webfx.eae.net/dhtml/splashwin/splashwin.html
:)
To achieve full screen on launch of ie:
Right click on the desktop launch icon...
and and in the Target Field, append -k "http://www.google.com"
The complete target field should look something like
"C:\Program Files (x86)\Internet Explorer\iexplore.exe" -k "http://www.google.com"
This disables all IE toolbars, addressbards you name it , you cant push F11 return to normal view either