You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This property allows Framework designers to specify the properties of the Help window which is opened when an end-user presses F1.

The value specified here is passed as a parameter to the JavaScript window.open method when the help window is opened. As such it must be validly formatted as a window.open parameter or unexpected results or application failures may occur.

Refer to Microsoft JavaScript documentation for more details about this parameter.

The shipped default value is width=600,height=425,directories=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes.


  • No labels