August 21, 2001 - Removing the Help Icon from the Dialog Box | WebReference

August 21, 2001 - Removing the Help Icon from the Dialog Box

Yehuda Shiran August 21, 2001
Removing the Help Icon from the Dialog Box
Tips: August 2001

Yehuda Shiran, Ph.D.
Doc JavaScript

By default, a dialog box displays the context-sensitive Help icon on one of the top corners. To remove it, set help to no:

window.showModalDialog('010821.html','','help:no');
The possible values of the help property are: yes, no, 1, 0, on, and off. Their semantics are intuitive.

For more on modal and modeless dialog boxes, go to Column 90, Modal and Modeless Dialog Boxes.