| | |
| | | |
| | | } |
| | | else{ |
| | | out.print("<script type='text/javascript'>alert('请先登录后操作');document.location.href='index.jsp';</script>"); |
| | | out.print("<script type='text/javascript'>alert('请先登录后操作');window.parent.location.href='index.jsp';</script>"); |
| | | } |
| | | |
| | | } |
| | |
| | | if("cn".equals(cn)){ |
| | | out.print("<script type='text/javascript'>alert('请先登录后操作!');top.window.location.href='index.jsp';</script>"); |
| | | }else if("en".equals(cn)){ |
| | | out.print("<script type='text/javascript'>alert('Please login before operation');document.location.href='index.jsp';</script>"); |
| | | out.print("<script type='text/javascript'>alert('Please login before operation');top.window.location.href='index.jsp';</script>"); |
| | | } |
| | | |
| | | } |