如何在jsp中插入js
3个回答
推荐于2016-07-13 · 知道合伙人互联网行家
关注
展开全部
jsp代码中间插入JS代码的格式,代码如下:
<script lanuage="javascript">function justiice(t){
if (t>0){
alert("account is exsiting")
}
}
else{
'redirect the other page!'
}
</script>
<%int i=conn.executeQuery("select count(1) fromtable where id='输入帐户'");%>
<input type=button onclick=justiice('<%=i%>')>
<! But i want to tell you that the sql statement you can't insert into your current page, it may incur SQL injection,Be cautious!>
展开全部
jsp也就是在html中写一些scriptlet的代码。就是<%%>,<%!%>,<%=%>中的代码。
js又是在html中写脚本代码,<script>...</script>。
所以直接像在html中写就可以了。
js又是在html中写脚本代码,<script>...</script>。
所以直接像在html中写就可以了。
追问
可是为啥用myeclips的jsp页面中添加js,在里面的preview的Ie preview显示不出来呢?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
直接写js代码就可以了啊,如下:
<script language="javascript">
js的代码
</script>
<script language="javascript">
js的代码
</script>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询