隆化到北京西的时刻表:在网页中插入记事本

来源:百度文库 编辑:神马品牌网 时间:2024/04/29 06:08:10
如何在网页中插入记事本呢、我不知道,谁能告诉我记事本的代码?

在网页中是不能插入"记事本"程序的...

但是可以在网页中插入"在线编辑器"..
以ewebeditor2.8为例:
<input type="hidden" name="xxx">
<IFRAME ID="eWebEditor1" SRC="webeditor/ewebeditor.asp?id=xxx&style=Ayin" FRAMEBORDER="0" SCROLLING="no" WIDTH="550" HEIGHT="350" style="border:1pt solid #888888;" name="I1"></IFRAME>

其中"xxx"是input的名称,而<iframe>则是调用在线编辑器,然后在程序提交的时候,直接取<input type="hidden" name="xxx">的值就行了.<iframe>里面的"src"后面是在线编辑器的路径

应该是编辑器吧