Window Browser JavaScript DHTML






document.write("

"+document.title+"

");
document.write("The background color is "+document.bgColor+"
");
document.write("The text color is "+document.fgColor+"
");
document.write("The link color is "+document.linkColor+"
");
document.write("The visited link color is "+document.vlinkColor+"
"); 
document.write("The active link color is "+document.alinkColor+"
");
document.write("Last Modified: "+document.lastModified+"
");
document.write("URL: "+document.URL);