求助解释一下这段代码..在线等..谢谢..

来源:百度知道 编辑:UC知道 时间:2024/05/26 20:30:26
<td>
<textarea name="Content" style="display:none" rows="1" cols="5" value="<%=trim(rs3("content"))%>"></textarea>
<IFRAME ID="eWebEditor1" SRC="../eWebEditor/ewebeditor.asp?id=content&style=standard" FRAMEBORDER="0" SCROLLING="no" WIDTH="550" HEIGHT="350"></IFRAME></td>

html

<textarea name="Content" style="display:none" rows="1" cols="5" value="<%=trim(rs3("content"))%>"></textarea>

textarea 文本域 名字是Content 样式是display:none 行数是1 列数是5 值是jsp请求过来的trim(rs3("content")这个

<IFRAME ID="eWebEditor1" SRC="../eWebEditor/ewebeditor.asp?id=content&style=standard" FRAMEBORDER="0" SCROLLING="no" WIDTH="550" HEIGHT="350"></IFRAME>
包含一个页面../eWebEditor/ewebeditor.asp?id=content&style=standard
这是地址
高宽是 550 350

网页或EXCEL (VBA)制作方面的东东:大概意思如下:
文本部分 名字=“内容”风格(版式)=无,行宽=1列宽=5 值=函数定义
。。。。。。。。。。