This topic has not yet been rated - Rate this topic

onhelp event

Fires when the user presses the F1 key while the client is the active window.

Syntax

HTML Attribute <element onhelp = "handler(event)">
Event Property object.onhelp = handler;
attachEvent Method object.attachEvent("onhelp", handler)

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

pEvtObj [in]

Type: IHTMLEventObj

Standards information

There are no standards that apply here.

Remarks

Firing the HTMLFormElementEvents2::onhelp event opens an online Help window.

To invoke this event, do one of the following:

  • Press the F1 key.

The pEvtObj parameter is required for the following interfaces:

 

 

Send comments about this topic to Microsoft

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.