<html>
<body>
Select some of the text: <input type="text" value="Hello world!" onselect="myFunction()">
<script>
function myFunction() {
alert("You selected some text!");
}
</script>
</body>
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_onselect by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:02:59 GMT -->
</html>