| 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: 1049
|
|
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: 15362
|
|
look at my pop up generator: http://www10.brinkster.com/A1ien51/scripts/PopUpWinGenV3.htm See if that helps Eric
|
 |
 |
|
|
subject: Opening WIndow maximised
|
|
|