FAQ_整理页面有bug!

http://expert.Codefund.cn/Expert/topic/1128/1128346.xml?temp=.1231195

想进行整理,因为帖子里面有<textarea>导致出来的叶面不正确,从而无法继续进行整理。
看其中整理程序生成的html的部分:

*******************************************
这里只是罗列得分的回复
<textarea cols="80" name="Answer" rows="9">code.asp:
*****这里*******
<%@ Language="JScript"%>
<html>
<body>
<form action="code.asp" method="post">
<textarea name="desc" charset="gb2312"></textarea>
*****这里******* *****这里*******
<input type="submit"/>
<%
if (new String(Request.Form("desc")) != "undefined") {
Response.Write(Request.Form("desc"));
}
%>
</form>
</body>
</html>

--------------------------------
[830 byte] By [Reve-仨仁仕] at [2008-2-14]