Javascript Properties JavaScript Reference




function function1() {
   alert('The following profile has been added:\n"http://www.rntsoft.com"');
   document.all.myHeader.profile = "http://www.rntsoft.com"; 
}