home / experts / javascript / column90 |
|
Setting the Window's OrnamentsSize and position are not the only parameters that can be used to determine the window's look. A window's look is affected by other ornaments such as its edge style, whether it does or does not have scrollbars, and whether it does or does not display the context-sensitive Help icon. You can also make the window resizeable. You have probably noticed that the window you opened is not resizeable. This is a default behavior you can change. Simply set the
Play around with it and prove to yourself that indeed the window is resizeable. The possible values of the The default
Pop up here the sunken-style box, defined as:
Again, the only way to pop up two dialog boxes is to have the first one be generated by the By default, a dialog box displays the context-sensitive Help icon on one of the top corners. To remove it, set
The possible values of the By default, a dialog box pops up with scrollbars, if needed. You can remove them by setting
Of course, you have to be aware of the consequences for not having scrollbars of not being able to scroll down the document. The possible values of the Next: How to impact the trusted application's dialog boxes |
Produced by Yehuda Shiran and Tomer Shiran
All Rights Reserved. Legal Notices.
Created: August 13, 2001
Revised: August 13, 2001
URL: http://www.webreference.com/js/column90/5.html