logo
Ryan's Webpage
 

Document Info

Document Info


<html>
<head>
<title>Document Info</title>
<script>
// by Ryan Te
// 10/25/07
// demonstrates some properties of the document object

alert("background: " + document.bgColor);
alert("domain: " + document.domain);
alert("last changed: " + document.lastmodified);
alert("URL: " + document.location);
alert("Last page: " + document.referrer);
alert("Title: " + document.title);

</script>
</head>

<body>
<center>
<h1>Document Info<hr></h1>
</center>
<hr>
</body>
</html>

 

 

Contact Me

 

Mr. Styner's Webpage

 

Peter

Julie

Nick

Tiddus

Norman