如何用servlet返回一个弹窗?详情见里面的代码
if(".exe".equalsIgnoreCase(extName)){//popupanalertboxout.print("<script>alert('Youar...
if (".exe".equalsIgnoreCase(extName)) {
//pop up an alert box
out.print("<script>alert('You are uploading the illegal file type');</script>");
System.out.println("illgal uploads");
out.close();
}
代码是这样,不过没有弹窗,其他正常
如题,代码是在servlet当中 展开
//pop up an alert box
out.print("<script>alert('You are uploading the illegal file type');</script>");
System.out.println("illgal uploads");
out.close();
}
代码是这样,不过没有弹窗,其他正常
如题,代码是在servlet当中 展开
3个回答
展开全部
request.setAttribute("msg","<script>alert('You are uploading the illegal file type');</script>");
然后页面上用${msg}调出来。
然后页面上用${msg}调出来。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你是使用Ajax方式还是直接应答方式,Ajax的话是不是用eval函数一下。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询