July 1998
Intermediate to advanced
1456 pages
65h 5m
English
type — NN n/a IE 4 DOM n/a
Read-only
Whether the current selection object has one or more characters selected or is merely an insertion point.
if (document.selection.type == "Text") {
...
}Either of two constant values (as a string): None
| Text.
None.
Read now
Unlock full access