If the textfield has been changed : TextField : Form Control JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Form Control » TextField »

 

If the textfield has been changed



<html>
<head>
<script language="JavaScript">
<!-- 
function taChange() {
  alert("The text-area field has changed.");
}
//-->
</script>
</head>
<body>
<form>
Enter some text: 
<input type="text" size=35 name="sometext"><p>Enter some more text:<br> 
<textarea name="tarea" rows=cols=40 onChange="taChange()">
</textarea>
</form>
</body>
</html>


           
       



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Form Control
» TextField