JSP页面里的文本框输入太长不能提交???????
输入长了,单击“提交”都没反应,截取一部分之后,就可以了。在其他项目就可以,在这个项目就不行。开始以为是FCKeditor的问题,后来改用<textarea>也是这种情况...
输入长了,单击“提交”都没反应,截取一部分之后,就可以了。
在其他项目就可以,在这个项目就不行。
开始以为是FCKeditor的问题,后来改用<textarea>也是这种情况。
难道是配置问题吗?我用的是ssh框架。
-----------------------------------------------
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="/struts-tags" prefix="s"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title></title>
<script type="text/javascript" src="../fckeditor/fckeditor.js"></script>
</head>
<body>
<form action="test.jsp">
<textarea rows="10" cols="10" name="abc"></textarea>
<script type="text/javascript">
/*
var oFCKeditor = new FCKeditor('artContent');
oFCKeditor.BasePath = '../fckeditor/';
oFCKeditor.Height='350';
oFCKeditor.Value='';
oFCKeditor.Create();
*/
</script>
<input type="submit" value="提交"/>
</form>
</body>
</html> 展开
在其他项目就可以,在这个项目就不行。
开始以为是FCKeditor的问题,后来改用<textarea>也是这种情况。
难道是配置问题吗?我用的是ssh框架。
-----------------------------------------------
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="/struts-tags" prefix="s"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title></title>
<script type="text/javascript" src="../fckeditor/fckeditor.js"></script>
</head>
<body>
<form action="test.jsp">
<textarea rows="10" cols="10" name="abc"></textarea>
<script type="text/javascript">
/*
var oFCKeditor = new FCKeditor('artContent');
oFCKeditor.BasePath = '../fckeditor/';
oFCKeditor.Height='350';
oFCKeditor.Value='';
oFCKeditor.Create();
*/
</script>
<input type="submit" value="提交"/>
</form>
</body>
</html> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询