'profile' Example : profile « Javascript Properties « JavaScript Reference

'profile' Example

    
<html>
<head id="myHeader">
<script language="JavaScript">
function function1() {
   alert('The following profile has been added:\n"http://www.java2s.com"');
   document.all.myHeader.profile = "http://www.java2s.com"; 
}
</script>
</head>
<body>
<input type="button" value="Add profile" onClick="function1();">
</body>
</html>

    
      
      








Related examples in the same category

1.'profile' Syntax and Note
2.'profile' is applied to