亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? empmain_list_search.asp

?? 好用的管理,代碼程序 好用的管理,代碼程序
?? ASP
字號:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/EmpMain.asp" -->
<!--#include file="EmpMain_CheckRight.asp"-->

<%
 From_url = Cstr(Request.ServerVariables("HTTP_REFERER"))
 frmstring="EmpMain_basesearch.asp"
 frmstring_1="EmpMain_list_search.asp"

call fnCheckRight()
Dim EmpList__MMColParam
EmpList__MMColParam = "1"
If (Request("SearchWord") <> "") Then 
  EmpList__MMColParam = Request("SearchWord")
End If
%>
<%
idstring=request("idstring")
if IDstring ="" then
  IDstring = "0"
 else
IDstring=IDstring
end if
%>
<%
Dim EmpList
Dim EmpList_numRows
dim kfdj
kfdj="前期客戶"
Set EmpList = Server.CreateObject("ADODB.Recordset")
EmpList.ActiveConnection = MM_EmpMain_STRING
EmpList.Source = "SELECT F_Id,F_City,F_Redate,F_Contect,F_CompanyName,F_Levels FROM T_Client  where  F_Id in ("&IDstring&") order by F_Id desc" 
EmpList.CursorType = 0
EmpList.CursorLocation = 2
EmpList.LockType = 1
EmpList.Open()
EmpList_numRows = 0
%>
<%
Dim Repeat1__numRows
Dim Repeat1__index

Repeat1__numRows = 10
Repeat1__index = 0
EmpList_numRows = EmpList_numRows + Repeat1__numRows
%>
<%
Dim EmpList_total
Dim EmpList_first
Dim EmpList_last

EmpList_total = EmpList.RecordCount

If (EmpList_numRows < 0) Then
  EmpList_numRows = EmpList_total
Elseif (EmpList_numRows = 0) Then
  EmpList_numRows = 1
End If

EmpList_first = 1
EmpList_last  = EmpList_first + EmpList_numRows - 1

If (EmpList_total <> -1) Then
  If (EmpList_first > EmpList_total) Then
    EmpList_first = EmpList_total
  End If
  If (EmpList_last > EmpList_total) Then
    EmpList_last = EmpList_total
  End If
  If (EmpList_numRows > EmpList_total) Then
    EmpList_numRows = EmpList_total
  End If
End If
%>
<%

If (EmpList_total = -1) Then

  EmpList_total=0
  While (Not EmpList.EOF)
    EmpList_total = EmpList_total + 1
    EmpList.MoveNext
  Wend

  If (EmpList.CursorType > 0) Then
    EmpList.MoveFirst
  Else
    EmpList.Requery
  End If

  If (EmpList_numRows < 0 Or EmpList_numRows > EmpList_total) Then
    EmpList_numRows = EmpList_total
  End If

  EmpList_first = 1
  EmpList_last = EmpList_first + EmpList_numRows - 1
  
  If (EmpList_first > EmpList_total) Then
    EmpList_first = EmpList_total
  End If
  If (EmpList_last > EmpList_total) Then
    EmpList_last = EmpList_total
  End If

End If
%>
<%
Dim MM_paramName 
%>
<%

Dim MM_rs
Dim MM_rsCount
Dim MM_size
Dim MM_uniqueCol
Dim MM_offset
Dim MM_atTotal
Dim MM_paramIsDefined

Dim MM_param
Dim MM_index

Set MM_rs    = EmpList
MM_rsCount   = EmpList_total
MM_size      = EmpList_numRows
MM_uniqueCol = ""
MM_paramName = ""
MM_offset = 0
MM_atTotal = false
MM_paramIsDefined = false
If (MM_paramName <> "") Then
  MM_paramIsDefined = (Request.QueryString(MM_paramName) <> "")
End If
%>
<%

if (Not MM_paramIsDefined And MM_rsCount <> 0) then

  MM_param = Request.QueryString("index")
  If (MM_param = "") Then
    MM_param = Request.QueryString("offset")
  End If
  If (MM_param <> "") Then
    MM_offset = Int(MM_param)
  End If

  If (MM_rsCount <> -1) Then
    If (MM_offset >= MM_rsCount Or MM_offset = -1) Then  
      If ((MM_rsCount Mod MM_size) > 0) Then         
        MM_offset = MM_rsCount - (MM_rsCount Mod MM_size)
      Else
        MM_offset = MM_rsCount - MM_size
      End If
    End If
  End If

  MM_index = 0
  While ((Not MM_rs.EOF) And (MM_index < MM_offset Or MM_offset = -1))
    MM_rs.MoveNext
    MM_index = MM_index + 1
  Wend
  If (MM_rs.EOF) Then 
    MM_offset = MM_index  
  End If

End If
%>
<%

If (MM_rsCount = -1) Then

  MM_index = MM_offset
  While (Not MM_rs.EOF And (MM_size < 0 Or MM_index < MM_offset + MM_size))
    MM_rs.MoveNext
    MM_index = MM_index + 1
  Wend

  If (MM_rs.EOF) Then
    MM_rsCount = MM_index
    If (MM_size < 0 Or MM_size > MM_rsCount) Then
      MM_size = MM_rsCount
    End If
  End If

  If (MM_rs.EOF And Not MM_paramIsDefined) Then
    If (MM_offset > MM_rsCount - MM_size Or MM_offset = -1) Then
      If ((MM_rsCount Mod MM_size) > 0) Then
        MM_offset = MM_rsCount - (MM_rsCount Mod MM_size)
      Else
        MM_offset = MM_rsCount - MM_size
      End If
    End If
  End If

  If (MM_rs.CursorType > 0) Then
    MM_rs.MoveFirst
  Else
    MM_rs.Requery
  End If

  MM_index = 0
  While (Not MM_rs.EOF And MM_index < MM_offset)
    MM_rs.MoveNext
    MM_index = MM_index + 1
  Wend
End If
%>
<%

EmpList_first = MM_offset + 1
EmpList_last  = MM_offset + MM_size

If (MM_rsCount <> -1) Then
  If (EmpList_first > MM_rsCount) Then
    EmpList_first = MM_rsCount
  End If
  If (EmpList_last > MM_rsCount) Then
    EmpList_last = MM_rsCount
  End If
End If

MM_atTotal = (MM_rsCount <> -1 And MM_offset + MM_size >= MM_rsCount)
%>
<%

Dim MM_keepNone
Dim MM_keepURL
Dim MM_keepForm
Dim MM_keepBoth

Dim MM_removeList
Dim MM_item
Dim MM_nextItem

MM_removeList = "&index="
If (MM_paramName <> "") Then
  MM_removeList = MM_removeList & "&" & MM_paramName & "="
End If

MM_keepURL=""
MM_keepForm=""
MM_keepBoth=""
MM_keepNone=""

For Each MM_item In Request.QueryString
  MM_nextItem = "&" & MM_item & "="
  If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then
    MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item))
  End If
Next

For Each MM_item In Request.Form
  MM_nextItem = "&" & MM_item & "="
  If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then
    MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item))
  End If
Next

MM_keepBoth = MM_keepURL & MM_keepForm
If (MM_keepBoth <> "") Then 
  MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1)
End If
If (MM_keepURL <> "")  Then
  MM_keepURL  = Right(MM_keepURL, Len(MM_keepURL) - 1)
End If
If (MM_keepForm <> "") Then
  MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1)
End If

Function MM_joinChar(firstItem)
  If (firstItem <> "") Then
    MM_joinChar = "&"
  Else
    MM_joinChar = ""
  End If
End Function
%>
<%

Dim MM_keepMove
Dim MM_moveParam
Dim MM_moveFirst
Dim MM_moveLast
Dim MM_moveNext
Dim MM_movePrev

Dim MM_urlStr
Dim MM_paramList
Dim MM_paramIndex
Dim MM_nextParam

MM_keepMove = MM_keepBoth
MM_moveParam = "index"

If (MM_size > 1) Then
  MM_moveParam = "offset"
  If (MM_keepMove <> "") Then
    MM_paramList = Split(MM_keepMove, "&")
    MM_keepMove = ""
    For MM_paramIndex = 0 To UBound(MM_paramList)
      MM_nextParam = Left(MM_paramList(MM_paramIndex), InStr(MM_paramList(MM_paramIndex),"=") - 1)
      If (StrComp(MM_nextParam,MM_moveParam,1) <> 0) Then
        MM_keepMove = MM_keepMove & "&" & MM_paramList(MM_paramIndex)
      End If
    Next
    If (MM_keepMove <> "") Then
      MM_keepMove = Right(MM_keepMove, Len(MM_keepMove) - 1)
    End If
  End If
End If

If (MM_keepMove <> "") Then 
  MM_keepMove = MM_keepMove & "&"
End If

MM_urlStr = Request.ServerVariables("URL") & "?" & MM_keepMove & MM_moveParam & "="

MM_moveFirst = MM_urlStr & "0"
MM_moveLast  = MM_urlStr & "-1"
MM_moveNext  = MM_urlStr & CStr(MM_offset + MM_size)
If (MM_offset - MM_size < 0) Then
  MM_movePrev = MM_urlStr & "0"
Else
  MM_movePrev = MM_urlStr & CStr(MM_offset - MM_size)
End If
%>

<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>列表</title>
<link rel="stylesheet" href="CSS/SellWellWeb.css" type="text/css">
<script>
var objClassName
var objorgImg=null
function showDetail(obj){
    URL = window.parent.frames("frmbottom").window.location.href
    if(URL.indexOf("EmpMain_Main.asp")==-1){
    window.parent.frames("frmbottom").window.location = "EmpMain_Main.asp?ID=" + obj.EmpID + "&PageType=Base"
	return
	}
    window.parent.frames("frmbottom").window.document.form1.ID.value = obj.EmpID
	strUrl=window.parent.frames("frmbottom").window.frames("main").location.href
	NewUrl = strUrl.substr(0,strUrl.indexOf("?")) + "?ID="+obj.EmpID + "&PageType=Base"
	window.parent.frames("frmbottom").window.frames("main").location.href = NewUrl
}

function showCursorLocation(objimg){
     if(objorgImg==null){
	  objorgImg = eval("document.all."+objimg)
	}
	else{
	  objorgImg.style.display = "none"
	}
	objorgImg = eval("document.all."+objimg)
	eval("document.all."+objimg+".style.display=''")
}

function HLItem(obj){
	obj.oldClassName=obj.className;
	obj.className="ListValuehighlight";
}

function fnDoDelete(id){
if(confirm("您確認要刪除該用戶?")){
		window.location = "EmpMain_delete.asp?id="+id;	
		}
	}
function Re(obj){
 obj.className=obj.oldClassName
}

function dosearch(){
searchField = document.form1.searchField.options[document.form1.searchField.selectedIndex].value
searchWord = document.form1.SearchWord.value
  window.location = "EmpMain_List.asp?searchField="+searchField+"&searchWord="+searchWord
}


function fnRedirect(obj){
  window.location= obj.value
}
function onsearch(obj){
 window.location = "EmpMain_list.asp?searchField=客戶性質&SearchWord="+obj.options[obj.selectedIndex].value

}
</script>
</head>

<body bgcolor="#EAF4FF" class="body">
<fieldset class="fiedset">
<legend>
<input name="nolist" onClick="fnRedirect(this)" type="radio" value="EmpMain_no_list.asp" >
前期客戶
<input name="paylist" onClick="fnRedirect(this)" type="radio" value="EmpMain_Pay_list.asp">
中期客戶
<input name="yesllist" type="radio" value="EmpMain_yes_list.asp" onClick="fnRedirect(this)">
后期客戶 

<input name="Emplist" type="radio" onClick="fnRedirect(this)" value="EmpMain_list.asp" >
客戶列表</legend>
<table border="0" width="100%" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0">
  <form name="form1" action="EmpMain_List.asp" method="post">
  <input type="hidden" value="hahahha" name="test">
  <tr>
    <td width="16%" class="Caption"><p align="left"><font size="2">『<a href="javascript:void window.open('EmpMain_AddNew.asp','AddNew','width=650,height=380')">新增</a>』</font></p></td> 
    </td>
  </tr>
  </form>
</table>

</div>
<div align="right">

  <table width="100%" border="0" align="center" class="table" cellspacing="0" bordercolor="#ffffff" cellpadding="0">
    <tr> 
      <td width="5%" align="center" class="listTitle" nowrap>&nbsp;</td>
      <td width="5%" align="center" class="listTitle" nowrap>公司編號</td>
      <td width="11%" align="center" class="listTitle" nowrap>公司名稱</td>
      <td width="10%" align="center" class="listTitle" nowrap>最近聯系</td>
      <td width="8%" align="center" class="listTitle" nowrap>省市</td>
      <td width="20%" align="center" class="listTitle" nowrap>聯系人</td>
      <td width="19%" align="center" class="listTitle" nowrap>客戶等級</font></td>
      <td width="16%" align="center" class="listTitle" nowrap>操作</font></td>
    </tr>
    <%
i = 0 
%>
    <% 
While ((Repeat1__numRows <> 0) AND (NOT EmpList.EOF)) 
%>
    <%
i = i + 1 
if i mod 2 <> 0 then
classname="ListValueWhite"
else
classname="ListValuegray"
end if
%>
    <tr class="<%=classname%>" EmpID="<%=trim(EmpList.Fields.Item("F_Id").Value)%>" onClick="showDetail(this);showCursorLocation('cursorimg<%=i%>')" style="cursor:hand" onMouseOver="HLItem(this)" onMouseOut="Re(this)"> 
      <td width="5%"  nowrap><div align="center"><img src="images/location.gif" width="16" height="12" style="display:none" id="cursorimg<%=i%>"></div></td>
      <td width="5%"  nowrap><%=trim(EmpList.Fields.Item("F_Id").Value)%></td>
      <td width="11%"  nowrap><%=trim(EmpList.Fields.Item("F_CompanyName").Value)%></td>
      <td width="10%"  nowrap><%=trim(EmpList.Fields.Item("F_Redate").Value)%></td>
      <td width="8%"  nowrap><%=trim(EmpList.Fields.Item("F_City").Value)%></td>
      <td width="20%"  nowrap><%=trim(EmpList.Fields.Item("F_Contect").Value)%></td>
      <td width="19%"  nowrap><%=trim(EmpList.Fields.Item("F_Levels").Value)%></td>
      <td width="16%"  nowrap><button class="button" name=mody onClick="javascript:void window.open('EmpMain_modyNew.asp?id=<%=trim(EmpList.Fields.Item("F_Id").Value)%>','AddNew','width=650,height=380')">修改</button>&nbsp;&nbsp;<%if fncheckupart(1)=true or fncheckupart(2)=true or fncheckupart(3)=true then%><button class="button" name=dell  onclick="javascript:void window.open('EmpMain_delete.asp?id=<%=trim(EmpList.Fields.Item("F_Id").Value)%>','AddNew','width=650,height=380')" >刪除</button><%end if%></td>
    </tr>
    <% 
  Repeat1__index=Repeat1__index+1
  Repeat1__numRows=Repeat1__numRows-1
  EmpList.MoveNext()
Wend
%>
  </table>
</div>
<div align="right">
<table border="0" width="100%" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0">
    <tr> 
      <td width="50%" class="CaptionS">從第<%=(EmpList_first)%>條到第<%=(EmpList_last)%>條記錄,總共<%=(EmpList_total)%>條記錄</td>
      <td width="50%" class="CaptionS">
        <table border="0" width="50%" align="right">
          <tr> 
            <td width="23%" align="center"> <a href="<%=MM_moveFirst%>"><img src="First.gif" border=0></a> 
            </td>
            <td width="31%" align="center"> <a href="<%=MM_movePrev%>"><img src="Previous.gif" border=0></a> 
            </td>
            <td width="23%" align="center"> <a href="<%=MM_moveNext%>"><img src="Next.gif" border=0></a> 
            </td>
            <td width="23%" align="center"> <a href="<%=MM_moveLast%>"><img src="Last.gif" border=0></a> 
            </td>
          </tr>
        </table>
        <div align="right"></div></td>  
  </tr>
</table>
</div>
</fieldset>
</body>

</html>
<%
	EmpList.Close()
	Set EmpList = Nothing
%>


?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
午夜精品福利一区二区三区av| 成人av动漫网站| 丁香婷婷综合五月| 精品视频在线视频| 国产精品福利一区二区三区| 秋霞影院一区二区| 91精品办公室少妇高潮对白| 欧美精品一区二区三区久久久| 一区二区三区精品视频| 国产一区二区三区精品视频| 在线成人免费观看| 一区二区三区在线免费观看| 成人涩涩免费视频| 国产日韩视频一区二区三区| 毛片av一区二区三区| 欧美午夜精品久久久久久孕妇| 国产精品视频在线看| 久久精品国产亚洲高清剧情介绍 | 国产一区二区导航在线播放| 欧美性猛交xxxx乱大交退制版| 国产精品久久久久久一区二区三区 | |精品福利一区二区三区| 久久电影国产免费久久电影| 欧美亚洲综合另类| 一区二区三区中文字幕电影 | 欧美色视频在线观看| 国产精品不卡一区二区三区| 国产激情一区二区三区桃花岛亚洲 | 久久众筹精品私拍模特| 久久国产尿小便嘘嘘| 欧美一区二区三区视频免费| 日本亚洲最大的色成网站www| 欧美高清视频一二三区| 亚洲影视资源网| 91国产成人在线| 亚洲福利一区二区| 欧美高清视频www夜色资源网| 午夜精品在线视频一区| 欧美精品99久久久**| 五月婷婷久久丁香| 51午夜精品国产| 蜜桃视频在线观看一区| 久久这里只有精品首页| 岛国精品在线观看| 亚洲欧美激情在线| 色噜噜狠狠成人网p站| 亚洲无人区一区| 日韩一区二区免费在线观看| 日韩高清欧美激情| 久久久久久久精| 99久久er热在这里只有精品15| 亚洲同性同志一二三专区| 欧美在线综合视频| 捆绑变态av一区二区三区| 国产亚洲精品免费| a在线欧美一区| 亚洲在线观看免费视频| 欧美一区二区三区思思人| 国产久卡久卡久卡久卡视频精品| 亚洲视频免费在线观看| 欧美网站一区二区| 国产精品影视天天线| 亚洲欧美激情一区二区| 欧美一区二区三区成人| 成人免费的视频| 视频一区视频二区中文| 欧美国产一区二区| 欧美性大战久久久久久久蜜臀| 极品少妇xxxx偷拍精品少妇| 18成人在线观看| 日韩欧美一区电影| 91麻豆福利精品推荐| 美女网站在线免费欧美精品| 中文字幕一区二区不卡| 51精品视频一区二区三区| 成人激情小说网站| 日韩黄色免费电影| 亚洲女同女同女同女同女同69| 欧美成人精品福利| 色悠久久久久综合欧美99| 久久99精品久久久久久国产越南| 亚洲欧美日韩一区二区| 久久夜色精品国产噜噜av| 欧美日韩一区二区在线视频| 国产成人免费在线观看不卡| 午夜欧美2019年伦理| 国产精品三级电影| 精品国产髙清在线看国产毛片 | 国产精品卡一卡二| 日韩写真欧美这视频| 91免费看`日韩一区二区| 国产原创一区二区| 免费在线观看精品| 国产一区二三区好的| 亚洲国产视频网站| 最新成人av在线| 久久久影视传媒| 欧美一区二区三区婷婷月色| 欧美视频在线播放| 日本久久精品电影| 91网站最新地址| 国产a视频精品免费观看| 国内成人免费视频| 久久国产精品色| 久久精品国产久精国产爱| 丝袜诱惑亚洲看片| 日韩和欧美一区二区| 天堂蜜桃一区二区三区 | 国产精品福利影院| 国产欧美一区二区精品仙草咪| www亚洲一区| www成人在线观看| 精品99一区二区| 精品国产乱码久久久久久免费| 日韩欧美二区三区| 26uuu精品一区二区| 久久久噜噜噜久噜久久综合| 久久久久久亚洲综合| 欧美sm极限捆绑bd| 久久久久久麻豆| 亚洲国产精品成人综合色在线婷婷| 久久久久国色av免费看影院| 久久无码av三级| 国产精品女同一区二区三区| 中文字幕不卡在线观看| 亚洲欧洲日韩一区二区三区| 一色屋精品亚洲香蕉网站| 亚洲日本电影在线| 亚洲国产一区在线观看| 三级久久三级久久| 国产一区在线视频| 99久精品国产| 欧美精品一卡二卡| 欧美一区二区三区电影| 久久久久久久免费视频了| 国产精品久久久久天堂| 亚洲午夜羞羞片| 韩国v欧美v亚洲v日本v| 成人黄色片在线观看| 欧美伊人久久久久久午夜久久久久| 欧美日韩精品一二三区| 久久综合色综合88| 亚洲特级片在线| 日韩精品视频网站| 成人污视频在线观看| 色综合久久久久久久| 欧美精品亚洲二区| 国产精品网站导航| 日韩专区一卡二卡| 成人一区二区三区在线观看| 欧美日韩一卡二卡| 欧美韩日一区二区三区| 亚洲五月六月丁香激情| 国产精品综合av一区二区国产馆| 99v久久综合狠狠综合久久| 5月丁香婷婷综合| 中文字幕在线不卡视频| 麻豆一区二区99久久久久| 91在线你懂得| 日韩精品影音先锋| 亚洲最色的网站| 国产一区二区三区电影在线观看| 91传媒视频在线播放| 国产欧美中文在线| 日本特黄久久久高潮| 91麻豆swag| 国产女人aaa级久久久级| 日韩av在线发布| 日本精品视频一区二区| 久久久国产精品午夜一区ai换脸| 午夜不卡av免费| 91天堂素人约啪| 国产农村妇女毛片精品久久麻豆 | 亚洲五月六月丁香激情| 粉嫩av一区二区三区在线播放| 欧美夫妻性生活| 一区二区三区在线播| 成人午夜精品在线| 日韩女优av电影| 午夜激情一区二区三区| 色婷婷狠狠综合| 亚洲欧洲国产专区| 国产69精品久久久久毛片| 精品区一区二区| 日韩av中文字幕一区二区| 欧美三级视频在线| 亚洲欧美在线观看| 99精品在线观看视频| 国产精品久久看| 国产成人精品影院| 国产亚洲一区二区三区在线观看| 久久99精品久久久久久久久久久久| 欧美日韩高清一区二区不卡| 一区二区久久久| 欧美性受xxxx黑人xyx性爽| 日韩美女视频19| 一本色道久久综合狠狠躁的推荐| 中文字幕一区二区在线观看| 国产91精品露脸国语对白| 日本一区二区不卡视频|