'lang' Example : Language : Document JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Document » Language »

 

'lang' Example



    
<html>
<body>
<p id="myPfr">Celui-ci est un nombre &eacute;crit en fran&ccedil;ais: 0,52</p>
<script language="JavaScript">
    document.getElementById("myPfr").lang = "fr";
</script>
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Document
» Language