window.open security...



I open a popup explorer form with the following code. Although everything is fine in development computer, when I upload project to server statusbar of windows ALWAYS shows up and no error or warning appears.

When I add server's site address to trusted list in explorer, status bar works fine and disappears.

As long as this is a internet application, it's practically impossible to explain every user howto add my site to trusted list not I don't want to mass with users security settings.

Is there any way not to show status bar without any security settings change ? Why status=no parameter is ignored ? (Server is windows2003 with all updates, development is VS2005pro)

window.open('FITirKarneKarti.aspx?fgfgf=' + TirKarneIdsi ,null,'width=650,height=300,status=no,resizable=no,scrollbars=no,toolbar=no,location=no,menubar=no');

.