Siebel Interactive Designer API Reference > Utility Functions >

ShowAbout


Usage

Use the ShowAbout function to open a separate window and display the information contained in the \ui\about.htm file. The About information commonly contains the application version number, legal notices, and company contact information.

You can call the ShowAbout function from any frame within an 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

ShowAbout()

Notes
Example

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

<A HREF="javascript:''" onClick="ISS.ShowAbout( ); return false;">
<IMG src="btn_abt.gif" alt="Information about CDA(tm)" height=14 width=57 border=0 hspace=0 vspace=0 align=top> </A>


 Siebel Interactive Designer API Reference 
 Published: 18 April 2003