JavaScript Reference/Javascript Properties/profile
"profile" Example
<html>
<head id="myHeader">
<script language="JavaScript">
function function1() {
alert("The following profile has been added:\n"http://www.wbex.ru"");
document.all.myHeader.profile = "http://www.wbex.ru";
}
</script>
</head>
<body>
<input type="button" value="Add profile" onClick="function1();">
</body>
</html>
"profile" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<head> |
+----------------+--------------------------------------------------------------+
"profile" Syntax and Note
Note:
Read and write property.
Specifies the location (the Uniform Resource Identifier, or URI) of
a <meta> data profile.
Syntax:
document.getElementById("headID").profile = value
document.all.headID.profile = value // IE only