Newbie - Quick Question again on Inetrenet Explorer

  • Thread starter Thread starter Wizard
  • Start date Start date
W

Wizard

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 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
 
Back
Top