📄 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 + -