File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes JavaScript and onResize() Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "JavaScript and onResize()" Watch "JavaScript and onResize()" New topic
Author

JavaScript and onResize()

Brian Quinn
Ranch Hand

Joined: Dec 23, 2003
Posts: 32
I have a page with frames and the user has asked us to limit how small they make the window, so if it gets to a certain point, resize it to a minimum size. I have put the following code in the frame that concerns the user
However, it does not resize the window to 600, and it also won't allow the user to maximize it - any ideas ?

TIA,
Brian
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
I will try to explain this tomorrow in my blog, it is a little weird how I did it.



Eric
[ February 15, 2005: Message edited by: Eric Pascarello ]
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
I posted an explanation on my blog if you care to read:
http://radio.javaranch.com/channel/pascarello/2005/02/16/1108571848000.html

Eric
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JavaScript and onResize()
 
Similar Threads
JFrame size and location problems
Warning a user that something will timeout
JFrame resize problem
Window Size
Resize an image while maintaing its aspect ratio..