asp点击提交按钮后提示由于网页地址不正确,正在查找的网页无法显示

来源:百度知道 编辑:UC知道 时间:2024/06/02 22:26:43
代码如下:
<tr bgcolor=ffffff>
<td height="23" align=center bgcolor="#FCF4F4" width="608" style="font-size: 12px" colspan="2" >
<p align="left"><b>回复</b></td>
</tr>

<tr bgcolor=ffffff>
<td height="23" align=center bgcolor="#FCF4F4" width="608" style="font-size: 12px" colspan="2" >
<input type="hidden" name="content" value="<%=rs("Reply")%>">
<p align="left">
<iframe ID="eWebEditor1" src="eWebEditor/ewebeditor.asp?id=content&style=standard" frameborder="2" scrolling="no" width="600" HEIG

你的表单写的不完整,前面少下面的一段代码:
<form name="form1" method="post" action="reg.asp">
其中reg.asp为提交的名子。

你问题不是很明确

仔细检查一下该表单的action指向哪里。文件路径错了应该。

eWebEditor有吗?还有,<form标签都没