JavaScript DHTML/Javascript Objects/selection
Версия от 10:00, 26 мая 2010; (обсуждение)
"selection" Example
<html>
<body>
<body onclick="alert(document.selection.type);">
<p>Select this text</p></body>
</body>
</html>
<html>
<body>
<body onclick="alert(document.selection.type);">
<p>Select this text</p></body>
</body>
</html>