Thursday, March 29, 2012

Newbie - Quick Question again on Inetrenet Explorer

Hello Again,
Sorry to be a pain All, but ..................
How do I get it so that when internet explorer opens with my ASP.Net project
it opens to the size of my project and without the toolbars and menubars etc
etc?
Many Thanks
Cheers
SiYou will have to do this with a window.open client side function. I do not
believe you can change the size of an active window, but you can change the
appearance of a window when it is opened. Some page (first page) on your
site/project will have to open another window, pointing to the url of the
real first page of your side.
Good luck in trying to come up with a clean way to implement this.
bill
"Wizard" <Wizard@.Wizard.com> wrote in message
news:JoecnTtpj4aWEEXcSa8jmw@.karoo.co.uk...
> Hello Again,
> Sorry to be a pain All, but ..................
> How do I get it so that when internet explorer opens with my ASP.Net
project
> it opens to the size of my project and without the toolbars and menubars
etc
> etc?
> Many Thanks
> Cheers
> Si
>
You can use window.open client side method to achieve this. You can use this
method to open a new window with your project file of specific size without
toolbar and menubar. Check out this link to know more about window.open
method,
http://msdn.microsoft.com/library/d...hods/open_0.asp
-Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"Wizard" <Wizard@.Wizard.com> wrote in message
news:JoecnTtpj4aWEEXcSa8jmw@.karoo.co.uk...
> Hello Again,
> Sorry to be a pain All, but ..................
> How do I get it so that when internet explorer opens with my ASP.Net
project
> it opens to the size of my project and without the toolbars and menubars
etc
> etc?
> Many Thanks
> Cheers
> Si
>

0 comments:

Post a Comment