How to Specify IE Window Size with html ?

  • Thread starter Thread starter Polaris
  • Start date Start date
P

Polaris

Hi Experts:

I have an html file, when user double-clicks it, I'd like the IE Window
shows up in certain size (say, 600x800). Just wonder if there is a way to do
it with native html (without scripting)?

Thanks in Advance !!
Polaris
 
I also have encountered the same problem with this script:

onclick="window.open('index.html','fullscreen','fullscreen=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=no');"

I want to get a fullscreen window, because it's for a presentation but it
don't works...

Can anyone help me please?
 
Hi Polaris,

How to resize the browser window to full screen size when it loads in
Internet Explorer:
http://support.microsoft.com/?kbid=287171

You may receive an "Access Denied" message when you try to move or resize a
window on a Windows Server 2003 SP1-based or Windows XP SP2-based computer:
http://support.microsoft.com/?kbid=904947

Unable to resize Internet Explorer window by using javascript: code in the
Homepage section, after upgrading to Windows XP Service Pack 2 ?:
http://windowsxp.mvps.org/ie/resizeiehome.htm

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


Hi Experts:

I have an html file, when user double-clicks it, I'd like the IE Window
shows up in certain size (say, 600x800). Just wonder if there is a way to do
it with native html (without scripting)?

Thanks in Advance !!
Polaris
 
Back
Top