HTML DOM scheme Property
Complete Meta Object Reference
Definition and Usage
The scheme property sets or returns the format to be used to interpret the
value of the content attribute.
Syntax
Example
The following example returns the format to be used to interpret the value of
the content attribute:
<html>
<head>
<meta name="revised" content="2006-11-03" scheme="YYYY-MM-DD" />
</head>
<body>
<script type="text/javascript">
x=document.getElementsByTagName("meta")[0];
document.write("Content format: " + x.scheme);
</script>
</body>
</html>
|
Try-It-Yourself Demos
Return
the format of the content in a <meta> element
Complete Meta Object Reference
|
|
|
See why there are 20,000+ Ektron integrations worldwide.
Request an INSTANT DEMO or download a FREE TRIAL today. |
|
|
|