well, for work on the window opened on the client side, you have to use some client-side scripting language (like JavaScript, VBScript, etc), ASP.NET is server-side.
2009/7/31 Yogesh Dige <[email protected]> > > thnx but > > there is no other way .... > > can't we hide it through the coding... > > > > On Jul 30, 6:32 pm, Cerebrus <[email protected]> wrote: > > Ask users (politely) to turn off their address bar and toolbars. > > > > On Jul 30, 1:25 pm, Yogesh Dige <[email protected]> wrote: > > > > > > > > > I tried to hide browser’s address bar, tool bars. > > > using this > > > > > window.open > > > > ('Userdetails.aspx','Login','top=0,left=0,resizable=yes,toolbar=no,menubar=no,location=yes,fullscreen=true, > > > scrollbars=yes, location=no'); > > > > > but it is in script i want the solution without script > > > > > coz where i am going to use it at that site the scripts are block so i > > > don't now if i use script as above will it work or not. > > > > > So i want help for hiding browser’s address bar, tool bars. without > > > java script > > > > > thanx in advance..- Hide quoted text - > > > > - Show quoted text - >
