★ wanayoo — archive 1999 http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/showHelp.aspNouvelle recherche | Portail wanayoo
MSDN Online Web Workshop   All Products  |   Support  |   Search  |   microsoft.com Home  
microsoft.com Home
  Home  |   Magazines  |   Libraries  |   Developer Centers  |   Resources  |   Downloads  |   Search MSDN
 
ShowBrowserUI Method     showModalDialog Method     DHTML Methods    
Web Workshop  |  DHTML, HTML & CSS

showHelp Method


Displays a Help file. This method can be used with Microsoft HTML Help.

Syntax

window.showHelp(sURL [, vContextID])

Parameters

sURLRequired. String that specifies the URL of the Help (.hlp) file to display.
vContextIDOptional. Variant that specifies a string or integer that indicates a context identifier in a Help file.

Return Value

No return value.

Remarks

When implementing this method, a second Help dialog box appears when the user presses F1 or clicks Help on the menu bar. You can prevent the default Help dialog box from appearing by setting the following:

   window.event.returnValue = false

Applies To

window