'htmlText' Example : htmlText : Node Operation JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Node Operation » htmlText »

 

'htmlText' Example



    
<html>
<head>
<script language="JScript">
function function1() {
    var b = document.all.tags("input");
    alert(b[0].createTextRange().htmlText);
}
</script>
</head>
<body topmargin="50" leftmargin="100">
<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 Node Operation
» htmlText