📄 checkcode.jsp
字号:
<%-- Created by IntelliJ IDEA. User: jtgao Date: 2006-5-19 Time: 11:24:30 To change this template use File | Settings | File Templates.//--%><%@page contentType="text/html;charset=GBK"%><%@ include file="/IncludeBeginMD.jsp"%><% boolean isEmpty = true; String sWorksno = DataConvert.toRealString(iPostChange,request.getParameter("Worksno")); String sSql = "select * from ord_item where worksno = '"+sWorksno +"'"; System.out.println("sSql = " + sSql); try{ ASResultSet rs = Sqlca.getASResultSet( sSql ); isEmpty = !rs.next(); } catch (Exception e){ e.printStackTrace(); }%><script language=javascript> //alert(sSql);alert(isEmpty); self.returnValue = "<%=isEmpty%>"; self.close();</script><%@ include file="/IncludeEnd.jsp"%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -