TextArea type : TextArea : Form Control JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Form Control » TextArea »

 

TextArea type



    
<html>
<head>
<script language="JavaScript">
function function1() {
    alert("The 'myTextArea' element has a type value of:n"+myTextArea.type)

</script>
</head>
<body>
<textarea name="myTextArea" cols="20" rows="8">
</textarea>
<input type="button" value="Click here" onClick="function1();">
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Form Control
» TextArea