主题:从网页编辑器中获取数据错误
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>无标题文档</title>
<script language="javascript">
function CheckForm()
{
document.form1.content.value=document.form1.doc_html.value;
}
</script>
</head>
<body>
<form method="post" action="page.jsp" onsubmit="CheckForm()" name="form1">
<object data="htmltool.html" type=text/x-scriptlet width=778 height=410 hspace="0" vspace="0" id=doc_html style="LEFT: 0px; TOP: 0px" VIEWASTEXT>
</object>
<TEXTAREA NAME="content" ROWS="20" COLS="70" style="display:none"></TEXTAREA>
<input type="submit" name="submit" value="提交">
</form>
</body>
</html>
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>无标题文档</title>
<script language="javascript">
function CheckForm()
{
document.form1.content.value=document.form1.doc_html.value;
}
</script>
</head>
<body>
<form method="post" action="page.jsp" onsubmit="CheckForm()" name="form1">
<object data="htmltool.html" type=text/x-scriptlet width=778 height=410 hspace="0" vspace="0" id=doc_html style="LEFT: 0px; TOP: 0px" VIEWASTEXT>
</object>
<TEXTAREA NAME="content" ROWS="20" COLS="70" style="display:none"></TEXTAREA>
<input type="submit" name="submit" value="提交">
</form>
</body>
</html>