TextArea 'value' : TextArea : Form Control JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Form Control » TextArea »

 

TextArea 'value'



    
<html>
<head>
<script language="JavaScript">
    function function1() {
        alert(myTextArea1.value)
    }
</script>
</head>
<body onload="function1();">
    <textarea id="myTextArea1">textarea value</textarea>
</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