'content' Example : Meta Info : HTML : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP
JavaScript DHTML Home »  HTML   » [  Meta Info  ]   
 



'content' Example

Please note that some example is only working under IE or Firefox.

    
<html>
<head>
<meta id="myMeta" http-equiv="Content-Type">
<script language="JavaScript">
document.getElementById("myMeta").content = "text/html; charset=iso-8859-1"
</script>
</head>
</body>
</html>

    
      
      
Related examples in the same category
1.  'scheme' Example
2.  Specifies the binding of 'meta' content to an HTTP response header
3.  'name' Example
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.