?? xx_printconfig.asp
字號:
<!--#include file=conn.asp-->
<!--#include file=cookies.asp-->
<html>
<head><link href="css.css" rel="stylesheet" type="text/css">
<title>祥星送貨單打印系統--打印設置</title>
</head>
<body><%rs1=conn.execute("select top 1 ones,DeliveryNum,Deliverylen from xx_config where start=0")%>
<table width=100% class=inputb><tr><td align=center>打印設置</td></tr></table>
<center><form name=addform action="XX_Save.asp?action=PrintConfig" method="post" >
<table border="0" cellpadding="0" cellspacing="0" width="70%">
<tr>
<td>
貨號初始值:<input name="DeliveryNum" type="text" value="<%=rs1("DeliveryNum")%>" >*請輸入數字
</td>
</tr>
<tr>
<td>貨 號 長 度:<input name="DeliveryLen" type="text" value="<%=rs1("DeliveryLen")%>" > *請輸入數字,默認為8
</td>
</tr>
<tr>
<td> <%if rs1("ones")=0 then %><input name="mm" type="submit" class="inputb" value="確定添加" onclick='return check();'>
<input name="submit2" type="reset" value="放棄添加" class="inputb"> <%end if%>不允許修改,如確實需要修改,請聯系技術員
</td>
</tr>
</table>
</form>
</center>
</body></html>
<script javascript=javascript>
function check(){
var istrue;
istrue=confirm('您確定無誤要入庫是嗎?');
if(istrue) {
return true;
}
else {
return false;
}
}
</script>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -