<html>
<head>
<title>Forbidding and Entry</title>
</head>
<body bgcolor="white" >
<form >
<h3>
Your Message: <textarea row="6" cols="30">
Enter your message here </textarea><br><br>
Will be sent :
<input type="text" value="slim@eacc.edu"
Readonly onFocus="this.blur"> //prevent user entry data
</form>
</h3>
</body>
</html>