Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

Profile Example

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