Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Docmd.Maximize in html? 2

Status
Not open for further replies.

dRahme

Technical User
Joined
Jun 24, 2004
Messages
286
Location
US
Hi, is there an equivalent command to docmd.Maximize using html? There are some instances where I would like to open a page full screen, instead of minimized.

Thanks, dRahme
 
You can specify the width and height if you use javascript (window.open) to open a page. I'm don't think that you can force the browser to run full screen though (although maybe IE will allow you with an ActiveX control?).


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Hi

[ignore][flame][/ignore]
But certainly not works in my FireFox. My browser has to listen to me and to change its size when I want. I usually leave a site immediately when encounter such stupid behaviour.
[ignore][/flame][/ignore]

Feherke.
 
Hi

I prefer to press F11 for fullscreen myself, when I feel the need.

While peoples use different resolutions and now with the wide screens even different ratio, I do not think is a good idea at all that a document resizes the application window.

If is necessary, a message can inform the user about the special requirements of the content.

Feherke.
 
Hi, thanks for the help.
That is what I needed.

dRahme
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top