Jump to content

Onblur Event


Athlon

Recommended Posts

<html><head><script type="text/javascript">function upperCase(){var x=document.getElementById("fname").valuedocument.getElementById("fname").value=x.toUpperCase()}</script></head><body>Enter your name: <input type="text" id="fname" onblur="upperCase()"></body></html>

what ".value" suppose to mean ?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...