• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to Disable the resize button in a window ?

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi..
I have a jsp page with has javascript also.i want 2 disable the resize option of this window while the page gets loaded by the onLoad method of javascript.the page must get set to (400,400) in height n width b4 i disable the resize option.
i have tried n number of ways w/o any results...
plz tell me whether its possible 2 disable resize the window on load n whts the code used for it.
thanks in advance..
Smyle
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if you are using a pop up window then you can disable resizing. If you areusing the main window then read this:
http://www10.brinkster.com/A1ien51/basics/resize.htm
Eric
 
reply
    Bookmark Topic Watch Topic
  • New Topic