📄 yyw_productclintzl1的备份.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
</HEAD>
<BODY>
<%'--------------------------------------------------------------------------
' Project: COLLAMBER网络办公系统
' Module : 总务管理
' By: imafar
' Discription: 资产管理列表演示-
'--------------------------------------------------------------------------%>
<%response.expiresabsolute=#jan 01,1980 00:00:00#
if session("userid")="" then
response.write "<SCRIPT LANGUAGE='JavaScript'>"&chr(13)
response.write "<!--"&chr(13)
response.write "parent.location.href=""/error/error.htm"""&chr(13)&chr(13)
response.write "//-->"&chr(13)
response.write "</SCRIPT>"&chr(13)
end if
%>
<!--#include virtual="/_inc/GeneralADO.asp"-->
<%
'----------------
company_id=request.querystring("id")
'RESPONSE.WRITE company_id
'RESPONSE.END
if company_id="" or not isnumeric(company_id) then '为空和不是数字型
company_id=0
else
company_id=cint(company_id)
end if
%>
<html>
<head>
<title>Untitled Document</title>
<link rel="stylesheet" href="<%=session("css")%>operation.css" type="text/css">
<SCRIPT LANGUAGE="JavaScript" src="/js/popwin.js">
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript" src="/js/Validate.js">
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
<!--
function popwin(){
{
Win1=window.open("/office/contact/add_contact.asp","","fullscreen=1,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
var windowX = window.screen.width ;
var windowY = window.screen.height;
Win1.resizeTo(425,383);
Win1.moveTo((windowX-720)/2,(windowY-420)/2);
Win1.focus();
}
}
//-->
</SCRIPT>
<style>
<!--
td {font-size:12.8px}
select {font-size:12.8px}
input {font-size:12.8px}
a {text-decoration:none; color:#000000}
a:hover {color:#9ACF83}
.leftTable {color:#666666}
.unnamed1 { font-size: 9pt; color: #000000; text-decoration: none}
.unnamed2 { font-size: 9pt; color: #666666}
.textstyle {border-left-style: solid; border-left-color: #FFFFFF; border-right-style: solid; border-right-color: #FFFFFF; border-top-style: solid; border-top-color: #FFFFFF}
-->
</style>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name="clintmessage" method=post action="yyw_clintzlsave.asp" >
<p align="left">
<%
ors.open "select * from contact_company where id="&company_id,ocon
if not oRS.eof then
sCompanyname=oRs("company_name")
sCompanyAddress=oRS("company_address")
sCompanyArea=oRS("area")
sCompanyType=ors("type")
sCompanycode=ors("postalcode")
sCompanybank=ors("company_bank")
sCompanybaccount=ors("bank_account")
sCompanytaccount=ors("tax_account")
sCompanycredit=ors("credit")
sCompanypre=ors("preferential")
sCompanyweb=ors("website")
sCompanyrela=ors("relation")
sCompanynotes=ors("notes")
'sCompanyfax=ors("fax")
end if
oRS.close
%>
<INPUT TYPE="hidden" name="company_id" value="<%=company_id%>" >
公 司 名 称:<input type="text" name="T1" size="20" class="textstyle"
value="<%=sCompanyname%>">
地 区:<input type="text" name="T2" size="20" class="textstyle"
value="<%=sCompanyArea%>"><p align="left"> 业 务 类 别:<input type="text" name="T3" size="15" class="textstyle" value="<%=sCompanyType%>"> 地 址:<input type="text" name="T4" size="30" class="textstyle" value="<%=sCompanyAddress%>"> 邮 编:<input type="text" name="T5" size="12" class="textstyle" value="<%=sCompanycode%>">
<p align="left"> 开 户 行:<input type="text" name="T6" size="20" class="textstyle" value="<%=sCompanybank%>"> 帐 号:<input type="text" name="T7" size="20" class="textstyle" value="<%=sCompanybaccount%>"> 税 号:<input type="text" name="T8" size="20" class="textstyle" value="<%=sCompanytaccount%>">
<p align="left"> 资 信 额 度:<input type="text" name="T9" size="15" class="textstyle" value="<%=sCompanycredit%>"> 优 惠 条 件:<input type="text" name="T10" size="15" class="textstyle" value="<%=sCompanypre%>"> 传 真:<input type="text" name="T11" size="15" class="textstyle" value="<%=sCompanyfax%>">
<p align="left"> 公司网址:<input type="text" name="T12" size="20" class="textstyle" value="<%=sCompanyweb%>">
关 系:<input type=text name=t14 size="15" class="textstyle"value="<%=sCompanyrela%>">
备 注:<textarea name="T13" rows=2 value="<%=sCompanynotes%>"></textarea>
<p align="left"> <a href="#" onclick="popwin();">
新增联系人</a>
<div align=right>
<p><input type="submit" name=submit value=确定 ></p>
</div>
</form>
</table>
</body>
</html>
</BODY>
</HTML>
<html><script language="JavaScript"> </script></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -