在textarea中输入内容并显示内容(html等也当字符显示)

<br><font>aaa</font><br><font>aaa</font>以上内容原封不动显示... <br>
<font>aaa</font>

<br>
<font>aaa</font>

以上内容原封不动显示
展开
 我来答
floyd_x
2010-05-04 · TA获得超过286个赞
知道答主
回答量:58
采纳率:100%
帮助的人:67.8万
展开全部
注意,请把下面编码中,“& lt;”和“& gt;”中的空格拿掉。一下编码由asp实现要求功丛桥让能,运行结果包括显示编码及显示效果。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Tryit Editor</title>

<style>
.code_input, .result_output
{
border:1px solid #c3c3c3;
width:100%;
height:400px;
background-color:#ffffff;
color:#000000;
}
.result
{
width:100%;
background-color:#e5eecc;
color:#000000;
border:solid #c3c3c3 1px;
margin-left:0px;
height:400px
}
</style>

</head>

<body>
<form style="margin:0px" action="" method="post" target="view">
<table>
<tr>
<td width="500px">
<input style="margin-bottom:5px;font-family:verdana;" name="submit" type="submit" value="提交 >>" />
</td>
<td width="500px" valign="top">
<p class="result_header">结渗局果:</p>
</td>
<tr>
<td>
<textarea class="code_input" name="code" id='code' wrap="logical" orows="21" ocols="42"></textarea>
</td>
<td valign='top'>
<div class='result'>
<%
dim code
code = Request.Form("code")

If code<>"" Then
Response.Write("<h3>消升代码为:</h3>")
dim tempstr
tempstr = replace(code, "<", "& lt;")
tempstr = replace(tempstr, ">", "& gt;")
Response.Write(tempstr)
Response.Write("<h3>运行结果为:</h3>")
Response.Write(code)
End if
%>
</div>
</td>
</tr>
</table>
</form>
</body>
</html>
czd0001693
2010-05-06 · TA获得超过202个赞
知道小有建树答主
回答量:532
采纳率:0%
帮助的人:249万
展开全部
<textarea id="test"让正></textarea>
<script language="javascript">
var str="<font><b>asdfa</b></font>坦谈悔";
txt=document.createElement('DIV');
txt.innerHTML=str;
test.appendChild(txt);
window.onbeforeunload=function oLoad(){document.location.reload()}
</script>

也是侍陪网上找的 仅供参考
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式