This topic has not yet been rated - Rate this topic

onselect event

Fires when the current selection changes.

HTML 4.01 Specification, Section 18.2.3

Syntax

HTML Attribute <element onselect = "handler(event)">
Event Property object.onselect = handler;
attachEvent Method object.attachEvent("onselect", handler)
addEventListener Method object.addEventListener("select", handler, useCapture)

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

pEvtObj [in]

Type: IHTMLEventObj

Standards information

Remarks

Moves the selection to a given character and highlights that selection.

To invoke this event, do one of the following:

  • Move the mouse from character to character during a drag selection.
  • Press the SHIFT key while moving the cursor over text.

See also

Reference
HTMLInputFileElementEvents::onselectstart
IHTMLInputElement::select

 

 

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.