我在一个form中加入:
<tr>
<td nowrap align="right" width="8%">发布日期:</td>
<td width="41%">
<input readonly type="text" name="modifyDateopen" id="modifyDateopen" onfocus="calendar();"/>
</td>
</tr>
<tr>
<td nowrap align="right" height="120px">新闻内容:</td>
<td colspan="3"><textarea id="content" name="content" rows="32" cols="80" style="width: 770px"></textarea></td>
</tr>
<TR>
<TD colspan="2" align="center" height="50px">
<input type="submit" name="Submit" value="保存" class="button"/> 
<input type="reset" name="Submit1" value="重置" class="button"/>&nbsp;&nbsp;
<input type="button" name="Submit2" value="返回" class="button" onclick="window.history.go(-1);"/></TD>
</TR>
当在jsp页面中添加内容时候,在textarea字数较少的情况下,提交时可以成功的,但是字数一多就会出现以下页面:
This program cannot display the webpage:
 Most likely causes:
You are not connected to the Internet. 
The website is encountering problems. 
There might be a typing error in the address. 
 
   What you can try: 
     Check your Internet connection. Try visiting another website to make sure you are connected.  
 
     Retype the address.  等信息
经过debug时候,控制台上任何错误不报…………求解!!!!!