急求怎么在jsp里写js语句??
<td><ahref="/test/StudentServlet?status=loginStudent&varSno=document.getElementById('...
<td><a href="/test/StudentServlet?status=loginStudent&var Sno=document.getElementById('Sno')">注册</a></td>
这是错误信息
java.lang.NumberFormatException: null
java.lang.Integer.parseInt(Integer.java:454)
java.lang.Integer.parseInt(Integer.java:527)
com.servlet.StudentServlet.doGet(StudentServlet.java:32)
javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) 展开
这是错误信息
java.lang.NumberFormatException: null
java.lang.Integer.parseInt(Integer.java:454)
java.lang.Integer.parseInt(Integer.java:527)
com.servlet.StudentServlet.doGet(StudentServlet.java:32)
javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) 展开
1个回答
展开全部
超链接中这样写:
<a href="javascript:myFunction();" ></a>
其中myFunction是js的方法,在这个方法里写你想写的js代码
<a href="javascript:myFunction();" ></a>
其中myFunction是js的方法,在这个方法里写你想写的js代码
追问
压根不行呀,function load(){
document.getElementById("Sno").href="http://www.baidu.com/";
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询