
- Forum
- Programming Talk
- Java
- Resizable option
Resizable option
This is a discussion on Resizable option within the Java forums, part of the Programming Talk category; Is it possible to specify whether a window can be resizable or not in Javascript.How can One acheive this?...
-
Resizable option
Is it possible to specify whether a window can be resizable or not in Javascript.How can One acheive this?
-
There are two methods available in Window Objects of JavaScript to achieve the purpose. They are namely resizeBy(),resizeTo(). More details on this is explained in detail in the below article:
http://www.exforsys.com/content/category/17/306/1131/

Reply With Quote





