Hi,
Is there a way to spawn a new window via javascript in IE7 that hides the statusbar?
I've added the intranet app as a trusted site. Not sure what else I can use to try. This is my JS
window.open("http:/localhost/start.html", "MyApp", "left=0, top=0, width=" + screen.width + "," +
"height=" + screen.height + ", scrollbars=yes, " +
"resizable=yes, location=no, menubar=no, titlebar=no, " + "toolbar=no, status=no");