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

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



'scheme' Example

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

    
<html>
<head>
<meta id="myMeta1" name="date" content="10-25-2003">
<meta id="myMeta2" name="date" content="25-10-2003">
<script language="JavaScript">
    document.all.myMeta1.scheme = "USA";
    document.all.myMeta2.scheme = "Europe";
</script>
</head>
<body>
</body>
</html>

    
      
      
Related examples in the same category
1.  'content' 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.