IntelliJ Java IDE
The moose likes HTML, CSS and JavaScript and the fly likes Opening WIndow maximised Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Opening WIndow maximised" Watch "Opening WIndow maximised" New topic
Author

Opening WIndow maximised

Susheel Sandeep
Greenhorn

Joined: May 09, 2003
Posts: 1
HI,
How do i open a window on click of a text, which is truly maximised ie., non-resizeable and can only be minimized.
Thanx in advance.
Chris Baron
Ranch Hand

Joined: Mar 21, 2003
Posts: 1028
Hi Susheel,
...
popup = window.open( 'help.html', 'help', 'top=0, left=0' );
popup.resizeTo( screen.width, screen.height );
...
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15003
look at my pop up generator:
http://www10.brinkster.com/A1ien51/scripts/PopUpWinGenV3.htm
See if that helps
Eric
 
 
subject: Opening WIndow maximised
 
Threads others viewed
Resolution Idependent JSP page
Resolution Idependent JSP page
How to open a Maximised Window (urgent)
Browser window size from Applet
OPENING A MAXIMISED WINDOW THROUGH JAVA SCRIPT
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com