HTML Header profile : Header : HTML : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP
JavaScript DHTML Home »  HTML   » [  Header  ]   
 



HTML Header profile

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

    
<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
























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