JavaScript DHTML/Javascript Objects/selection

Материал из Web эксперт
Перейти к: навигация, поиск

"selection" Example

   <source lang="html4strict">
   

<html> <body> <body onclick="alert(document.selection.type);">

Select this text

</body>

</body> </html>


     </source>