怪问题,?

winspeed 2004-02-19 04:05:32
sql2000数据库
字段名 类型 长度

conent ntext 16

asp代码
<script src="edit.js" type="text/javascript"></script>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script>
function temptest(){
document.form1.n_content.value=message.document.body.innerHTML
}
</script>
<script LANGUAGE="JavaScript">
function check()
{
if (document.form1.title.value=="")
{
alert("请输入新闻标题!")
document.form1.title.focus()
document.form1.title.select()
return
}
if (document.form1.n_content.value=="")
{
alert("请输入新闻内容!")
return
}
document.form1.submit()
}
</script>
</head>
<!--#include file="../conn.asp"-->
<link rel="stylesheet" type="text/css" href="../style.css">
<body bgcolor="#FFFFFF" marginheight=0 marginwidth=0 leftmargin=0>
<form name="form1" method="post" action="savenews.asp">
<TABLE border="0" cellspacing="0" width="700" cellpadding="4" height="361">
<TR>
<TD bgcolor="#99ccff" height=22 colspan=2><b>添加新闻</b></TD>
</TR>
<TR>
<TD width="40%" height="18" >新闻标题:</TD>
<TD width="60%" height="18"><input type="text" name="title" size="52"><font color=#ff6600> *</font></TD>
</TR>

<tr>
<TD width="15%" align="right" height="5">
<p align="left">发布时间:</td>
<TD width="85%" valign="middle" height="5"><input name="date" type="text" id="date" size="52" value="<%=now%>">
<font color=#ff6600> *</font></TD>
</tr>
<TR>
<TD >新闻内容:</TD>
<TD >
<!--#include file="eokedit.asp" -->
<script language="javascript">
document.write ('<iframe src="textbox.asp" id="message" width="550" height="350" ></iframe>')
frames.message.document.designMode = "On";
</script>
</TR>
<tr>
<td><input type="hidden" name="n_content"></td>
</tr>
<TR height="30">
<TD colspan="2" align="center" bgcolor="#99ccff" height="18" >
<input type="button" value=" 提 交" onclick="check()" onMouseOver="temptest()">
</TR>
</TABLE>
</FORM>
</BODY>
</HTML>
@@@@@当我在iframe中插入大概6个表格以后递交数据,完成,可是数据库里面字段conent的内容居然是空的,我插入4个表格内容时,字段conent里面就有4个表的内容了
为什么?难道数据库字段不够大,还是什么?

...全文
65 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复

28,404

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧