document.title = "Javascript";
document.bgColor = "lavender";
document.fgColor = "red";
document.linkColor = "blue";
document.alinkColor = "pink";
document.vlinkColor = "green";
document.lastModified:
document.location:
document.referrer:
document.pathname:
document.protocol:
history.length:
history.back(); history.go(-1);
history.forward(); history.go(1);
location.href="datactrl.htm";
location.reload();
location.replace("http://www.hotmail.com/");