HighTechTalks DotNet Forums  

window.open security...

ASP.net Security microsoft.public.dotnet.framework.aspnet.security


Discuss window.open security... in the ASP.net Security forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Aykut Canturk
 
Posts: n/a

Default window.open security... - 12-04-2007 , 03:22 AM






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') ;


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.