阿部信行与阿部规秀:ASP 如何发送/接受 object(text/x-scriptlet) 中的数据

来源:百度文库 编辑:神马品牌网 时间:2024/04/30 00:50:35
<?xml version="1.0" encoding="gb2312"?>
<body>
<form action="post.asp" method="post"enctype="multipart/form-data"name="Form" id="Form">
<object border="0"id="htmlcontent"name="htmlcontent"width="100%"height="279"data="html_editor.htm"type="text/x-scriptlet"style="margin-left:14px;text-align:right;"tabindex="5"></object>
<input type="submit" name="Submit" value="提交">
</form></body></html>

实际代码如上``我用<object></object>引用了html_editor.htm这个HTML编辑器`````我现在想要<object></object>能够被发送``并且被ASP所接收

请问 发送/接受 得方法和代码