Siebel Interactive Designer API Reference > Utility Functions >

ShowHelp


Usage

Use the ShowHelp function to open a separate window displaying the information contained in the \ui\helpset.htm file. The helpset contains information about the application user interface and the controls that it contains, and you can edit the generic information to customize the help for your own application.

You can call the ShowHelp function from any frame within the application, and the function can be executed anywhere a JavaScript function can be used. It is commonly called from the onClick event handler of a link, but it can also be referred to from an image map, set as the SUBMIT method of an embedded frame, or called from another user-defined JavaScript function.

Syntax

ShowHelp()

Notes
Example

The following sample code creates a link to the Help window using a link surrounding a button image called btn_hlp.gif.

<A HREF="javascript:''" onClick="ISS.ShowHelp( ); return false;"><IMG src="btn_hlp.gif" alt="browser-based application Help" height=14 width=57 border=0 hspace=0 vspace=0 align=top></ A>


 Siebel Interactive Designer API Reference 
 Published: 18 April 2003