<!--1.htm-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transisi//EN"
" http://www.w3.org/TR/html4/loose.dtd ">
<html>
<kepala>
<meta http-equiv="Jenis Konten" content="teks/html; charset=gb2312">
<title>无标题文档</title>
</kepala>
<tubuh>
<form nama="form1" metode="posting" action="t.asp">
<p>
<textarea nama="textarea" cols="50" row="10"></textarea>
</p>
<p> <input type="kirim" nama="Kirim" value="提交">
<input type="reset" name="Kirim2" value="重置">
</p>
</bentuk>
</tubuh>
</html>
<!--t.asp-->
< %@LANGUAGE="VBSCRIPT " CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transisi//EN" " http://www.w3.org/TR/html4/loose.dtd ">
<html>
<kepala>
<meta http-equiv="Jenis Konten" content="teks/html; charset=gb2312">
<title>无标题文档</title>
</kepala>
<tubuh>
<%
pesan redup
pesan=permintaan.Formulir("area teks")
pesan=ganti(pesan,vbcrlf,"<br>")
pesan=ganti(pesan," "," ")
respon.tulis pesan
%>
</tubuh>
</html>