Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: SV: to Maximize the window


Message #1 by "Robert Nyman" <robert.nyman@c...> on Thu, 24 Oct 2002 16:43:35 +0200
Unfortunately, that is the closest you will get.

One option (but this is fullscreen, not maximized) is to open a new
window, like this (IE4+, I think, and Netscape 7+):

<a href=3D"#" onClick=3D"window.open('http://www.google.com', '',
'fullscreen=3Dyes'); return false">Fullscreen</a>


/Robert


-----Ursprungligt meddelande-----
Fr=E5n: T.Gopalakrishnan [mailto:tgk26@r...]
Skickat: den 24 oktober 2002 15:31
Till: javascript
=C4mne: [javascript] to Maximize the window


i am using screen.width and screen.height to maximize the window.but it
not giving an effect as we click the maximize button.so is there any way

to open a window with such effect and also the window should include the

title bar.

---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e
r-20


  Return to Index