呵呵`~~ 谁帮忙解决这个问题了,我想办法送100分如何?确实诚心想请教高手…

解决方案 »

  1.   

    上面说得太复杂了。
    其实可以直接精简为以下两个文件:======= index.asp =========<form method="post" name="frmAddMessage" action="a.asp">问题是: 如果下面帧内(IE_textbox.asp)写入 "我的论坛",想集合得到结果也为 "我的论坛",到底该怎样做呢?在线等待…<script language="javascript">
      //Create an iframe and turn on the design mode
      document.write ('<iframe src="IE_textbox.asp" id="message" width="490" height="200"></iframe>')
                      frames.message.document.designMode = "On";  
                      //设定frames为可编辑模式
    </script>
    <input type=submit value="提交" name="B">
    </form>====== IE_textbox.asp ================ '任意 asp 代码================================================