logo
Ryan's Webpage
 

Document Methods

Document Methods


<html>
<head>
<title>Document Methods</title>
<script>
// Document Methods
// by Ryan Te
// 10/25/07
// demonstrates writing to the document

var userName = prompt("Hi! What's your name?");
</script>
</head>

<body>
<center><center>
<h1>Document Methods<br></h1>
</center>
<h3>
<script>
document.write("Welcome, ");
document.write(userName);
document.write("!!");
document.close();
</script>
</h3>
<hr>
</body>
</html>

 

 

Contact Me

 

Mr. Styner's Webpage

 

Peter

Julie

Nick

Tiddus

Norman