TOC PREV NEXT INDEX

domref



window.onselect


An event handler for the select event on the window.

Syntax

window.onselect = funcRef
 

Parameters

funcRef is a reference to a function.

Example

window.onselect = textToCell;
 

Notes

The select event is raised when text in the window is selected.

Specification

DOM Level 0. Not part of specification.
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX