ASP.NET - Window.Open

Asked By Anandha Babu
06-Sep-10 03:21 AM
Hi All,
 I had crated a pop up using window.open method i disable address bar in script its working fine in ie7 but in ie8 the address bar is visible.How to disable it.
  Anand Malli replied to Anandha Babu
06-Sep-10 04:41 AM
Hi Anadha,

have you tried setting location variable to False...that setting makes your address bar invisible by default it must be true,or paste the setting which you have made to do this...

thxs
  Anandha Babu replied to Anand Malli
06-Sep-10 05:39 AM
Hi,
 i had set the follwing features but it getting    
   var windowFeatures = 'width=650,height=550,top=160,left=330,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
  Anand Malli replied to Anandha Babu
06-Sep-10 05:46 AM
Hi Anandha,

I think one can not do this in latest browsers due to security reason,you can not do it programatically...you can use alternate options like pop up windows with div or modal pop up of ajajx etc...
Create New Account
help
Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B)What is an IL? (B have multiple threads in one App domain? (B) Which namespace has threading? (A) What does Address Of operator do in background? (A) How can you reference current thread of the method A) What is scavenging? (B) What are different types of caching using cache object of ASP.NET? (B) How can you cache different version of same page using ASP.NET cache object? (A) How will implement Page Fragment Caching? (B) Can you compare ASP.NET sessions with classic ASP? (B) Which are the various modes of storing ASP.NET
in Sql server as var_name int How do you separate business logic while creating an ASP.NET application? There are two level of asp.net debugging 1. Page level debugging For this we have to edit the page level debugging The control itself will take care of the date display How can you deploy an asp.net application ? You can deploy an ASP.NET Web application using any one of the following three deployment options. a) Deployment using VS
Tracing in ASP.NET? hi all, what is tracing? how to achieve tracing in asp.net? different ways of doing tracing? thanks and regards Aman Khan hi. . Tracing in ASP.NET 2.0 Tracing is a way to monitor the execution of your ASP.NET application. You can record exception details and program flow in a way that doesn't
can determine which object provides the best solution for persisting data between requests in an ASP.NET application. Figure 1 lists the different state management objects and describes when they should be used. In ASP.NET, four new objects have been added: Cache, Context, ViewState, and the Web.Config file. Classic ASP objects that are also available in ASP.NET include Application, Cookie, Form Post with a hidden form field, QueryString, and Session. Note that some "unlearning" to do when considering these familiar objects. Figure 1 Data Container Objects in ASP.NET Persistence Method Who Needs the Data? For How Long? How Much Data? Application All users
is add a Master Page to the site. Master Pages is a new feature in ASP.NET 2.0 that enables me to define a common layout structure and look and feel Todo: Menu will go here. . . < / div > < / form > < / div > < div id = "footer"> < a href = "http: / / weblogs.asp.net / scottgu"> http: / / weblogs.asp.net / scottgu < / a > < / div > < / body > < / html > Notice the <asp:contentplaceholder> control that is in the middle <div> element. This is a new ASP.NET 2.0 control that I can use to define regions of the master template that