📄 addgonghuoshang.asp
字号:
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<!--#include file="../Inc/Config.asp" -->
<!--#include file="Style.asp" -->
<head>
<title><%=appname%></title>
<script language="javascript">
<!--
function ockgo()
{
if (document.form1.kehubianhao.value=="")
{
alert("请输入客户编码");
return false;
}
if (document.form1.kehuname.value=="")
{
alert("请输入客户名称");
return false;
}
if (document.form1.spdanwei.value=="")
{
alert("请输入客户联系人");
return false;
}
else
document.Form1.submit();
}
-->
</script>
</head>
<body>
<form name="form1" id="form1" method="post" action="savegonghuoshang.asp">
<table width="657" height="260" border="0">
<tr class="blue">
<td width="89" height="21">客户编号 :
<td width="160"><input name="kehubianhao" type="text" class="InputText" style="width:160;height:19;background-color:#FFFFFF;" value="<%=spkehu%>" size="25" /></td>
<td width="85">*必写
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -