bycaner adlı üyeden alıntı: mesajı görüntüle
<!doctype html>
<html>
<body>

<input type="text" id="myinput" onblur="checkinput()">

<script>
function checkinput() {
  var input = document.getelementbyid("myinput").value;
  if (input < 10) {
    document.getelementbyid("myinput").style.bordercolor = "red";
  } else {
    document.getelementbyid("myinput").style.bordercolor = "black";
  }
}
</script>

</body>
</html>
adam adam geldi senin canini yerim