📄 jyzl_zlck.asp
字号:
<html>
<head>
<title>『晨景软体』-客户资源管理系统</title>
<style>
.drag{position:relative;cursor:hand}
</style>
<script language="JavaScript">
var dragapproved=false
var eventsource,x,y
function move()
{
if (event.button==1&&dragapproved) //改变被拖动元素在页面上的位置
{
self.moveBy (event.clientX-x,event.clientY-y); //改变窗体位置
return false
}
}
function drags()
{
if (!document.all)
return
if (event.srcElement.className=="drag") //捕捉鼠标当前位置
{
dragapproved=true//确信当前鼠标是按下
x=event.clientX//鼠标当前位置
y=event.clientY//鼠标当前位置
document.onmousemove=move//调动move函数
}
}
document.onmousedown=drags //鼠标左键按下时,准备拖动
document.onmouseup=new Function("dragapproved=false")//鼠标左键放开时,拖动停止
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
<!-- 显示日期函数 -->
</script>
<link rel="stylesheet" href="other/customer.css">
</head>
<%'==========================================================
'与数据库建立连接
id=request.querystring("id")
id1=clng(id)
'与数据库建立连接
Set conn = Server.CreateObject("ADODB.Connection")
conn.open "driver={Microsoft Access Driver (*.mdb)};pwd=webcool_2000;dbq=" & Server.MapPath("../database/customer.mdb")
SET rs=CONN.EXECUTE("SELECT * FROM jiaoyi WHERE id="&id1)
%>
<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table border="0" cellpadding="0" cellspacing="0" width="374" height="194">
<!-- fwtable fwsrc="无标题" fwbase="khzl_zltj_jb(2).gif" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
<form name="form" method="post" action="jyzl_zltj_1.asp">
<tr>
<td width="17"><img src="images/spacer.gif" width="4" height="1" border="0"></td>
<td width="411"><img src="images/spacer.gif" width="411" height="1" border="0"></td>
<td width="4"><img src="images/spacer.gif" width="4" height="1" border="0"></td>
<td width="1"><img src="images/spacer.gif" width="1" height="1" border="0"></td>
</tr>
<tr class="title">
<td colspan="3" background="images/khzl_zltj_jb(2)_r1_c1.gif">
<div id="Layer1" style="position:absolute; width:19px; height:14px; z-index:3; left: 397px; top: 6px"><a href="javascript:window.close()"><img src="images/xx.gif" width="13" height="13" border="0"></a></div> 『晨景软体』-交易基本信息</td>
<td width="1"><img src="images/spacer.gif" width="1" height="25" border="0"></td>
</tr>
<tr>
<td rowspan="2" width="17"><img name="khzl_zltj_jb2_r2_c1" src="images/khzl_zltj_jb(2)_r2_c1.gif" width="4" height="474" border="0"></td>
<td bgcolor="#cdd5e4" width="411" height="386">
<table width="400" border="0" height="437" cellpadding="0" cellspacing="0" class="small" align="right">
<tr>
<td colspan="4" height="405">
<table width="100%" cellspacing="0" height="412" class="small">
<tr>
<td height="43" valign="middle" width="17%" class="small">公司名称:</td>
<td height="35" valign="middle" width="27%"><font size="2">
<input type="text" name="index" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("guester")%>" disabled class="small">
</font> </td>
<td height="35" valign="middle" width="17%">联系人:</td>
<td height="35" valign="middle" width="39%"><font size="2">
<input type="text" name="number22" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("linkman")%>" disabled class="small">
</font> </td>
</tr>
<tr>
<td height="42" valign="middle" width="17%" class="small">交易项目:</td>
<td height="35" valign="middle" width="27%"><font size="2">
<input type="text" name="program" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("program")%>" disabled class="small">
</font> </td>
<td height="35" valign="middle" width="17%">交易金额:</td>
<td height="35" valign="middle" width="39%"><font size="2">
<input type="text" name="money_1" size="10" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("money_1")%>" disabled class="small">
</font></td>
</tr>
<tr>
<td height="33" valign="middle" width="17%" class="small">编 号:</td>
<td height="35" valign="middle" width="27%"><font size="2">
<input type="text" name="hetongbh" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("hetongbh")%>" disabled class="small">
</font></td>
<td height="35" valign="middle" width="17%">业务员:</td>
<td height="35" valign="middle" width="39%"><font size="2">
<input type="text" name="worker" size="10" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("worker")%>" disabled class="small">
</font></td>
</tr>
<tr>
<td height="39" valign="middle" width="17%" class="small">签约时间:</td>
<td height="39" valign="middle" colspan="3"><font size="2">
<input type="text" name="datebox" size="15" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("timer")%>" disabled class="small">
<a href="javascript:show_calendar('calform.datebox');" onMouseOver="window.status='Date Picker';return true;" onMouseOut="window.status='';return true;">
</a> </font></td>
</tr>
<tr>
<td height="37" valign="middle" width="17%"><font size="2" class="small">交易详情:</font></td>
<td height="245" valign="middle" colspan="3" rowspan="7"><font size="2">
</font><font size="2"> </font><font size="2"> </font><font size="2">
</font><font size="2"> </font><font size="2">
<textarea rows="18" name="hetongnr" cols="38" style="background-color: #cdd5e4; border: 1 solid #B9B9B9" onFocus="this.blur()" class="small"><%=rs("hetongnr")%> </textarea>
</font></td>
</tr>
<tr>
<td height="49" valign="middle" width="17%"> </td>
</tr>
<tr>
<td height="32" valign="middle" width="17%"> </td>
</tr>
<tr>
<td height="35" valign="middle" width="17%"> </td>
</tr>
<tr>
<td height="35" valign="middle" width="17%"> </td>
</tr>
<tr>
<td height="35" valign="middle" width="17%"> </td>
</tr>
<tr>
<td height="35" valign="middle" width="17%"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" height="2">
<div align="right"><font size="2">
<img src="images/bc.gif" width="45" height="17"></font></div>
</td>
<td height="2" width="11%" valign="top">
<div align="right"></div>
</td>
<td height="2" width="41%"><font size="2">
<a href="javascript:window.close()"><img src="images/tc.gif" border="0"width="45" height="17">
</a></font></td>
</tr>
</table>
</td>
<td rowspan="2" width="4"><img name="khzl_zltj_jb2_r2_c3" src="images/khzl_zltj_jb(2)_r2_c3.gif" width="4" height="474" border="0"></td>
<td width="1" height="386"><img src="images/spacer.gif" width="1" height="469" border="0"></td>
</tr>
<tr>
<td width="411"><img name="khzl_zltj_jb2_r3_c2" src="images/khzl_zltj_jb(2)_r3_c2.gif" width="411" height="5" border="0"></td>
<td width="1"><img src="images/spacer.gif" width="1" height="5" border="0"></td>
</tr>
</form>
</table>
<div class="drag" id="Layer2" style="position:absolute; left:1px; top:0px; width:393px; height:22px; z-index:2"></div>
<font size="2"> </font>
<%'=关闭数据库============================
conn.close'关闭数据库
set conn=nothing
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -