主题:  关于frmae值的问题

学习再学习

职务:普通成员
等级:1
金币:0.0
发贴:37
#12005/6/14 14:32:39
我在index.asp页面的表单myform中
<textarea name="Content" id="Content" style="display:none" ></textarea>
<iframe ID="editor" src="editor.asp" frameborder=1 scrolling=no width="600" height="455"></iframe>
然后在editor.asp中再
<script language="javascript">
document.write ('<iframe id="HtmlEdit" width=95% height=302 align=center></iframe>')
frames.HtmlEdit.document.designMode = "On";
</script>

请问,我在index.asp页面里要提交表单时要用到htmledit里的内容,怎么表示htmledit里的内容?