<acronym id="s8ci2"><small id="s8ci2"></small></acronym>
<rt id="s8ci2"></rt><rt id="s8ci2"><optgroup id="s8ci2"></optgroup></rt>
<acronym id="s8ci2"></acronym>
<acronym id="s8ci2"><center id="s8ci2"></center></acronym>

您好,歡迎來電子發燒友網! ,新用戶?[免費注冊]

您的位置:電子發燒友網>源碼下載>asp.net源碼下載>

招聘網站設計項目源代碼

大?。?/span>374 人氣: 2010-02-10 需要積分:0
{$username}的空間

用戶級別:注冊會員

貢獻文章:

貢獻資料:

招聘網站設計項目源代碼清單

1、頁面Addresser2.htm源代碼如下:



E-mail address error!

You have entered an invalid e-mail address and or password.


    ?
  • Please go back and re-enter your
    ??? information.


亚洲欧美日韩精品久久_久久精品AⅤ无码中文_日本中文字幕有码在线播放_亚洲视频高清不卡在线观看
<acronym id="s8ci2"><small id="s8ci2"></small></acronym>
<rt id="s8ci2"></rt><rt id="s8ci2"><optgroup id="s8ci2"></optgroup></rt>
<acronym id="s8ci2"></acronym>
<acronym id="s8ci2"><center id="s8ci2"></center></acronym>

2、頁面Addresser.htm源代碼如下:



E-mail address conflict!

You have entered an e-mail address that already exists in our system.


    ?
  • If you have had an account with us before
    ? and have lost your password please e-mail the system administrator listed on the main page. If you need to have multiple accounts you will need to use multiple e-mail addresses.


    ?
  • If you have entered your
    ??? e-mail address incorrectly, please go back and re-enter your
    ??? information.



3、頁面Cookielog.asp代碼如下:

<%Response.Buffer = true %>

<% If Request.Cookies("Shaft").HasKeys Then %>

<%Response.Redirect "memberpage.asp"%>
<%Else%>

<%
If "BadMutha" = Request("ActionType") Then
TheContactName=Request("ContactName")
TheComany=Request("Company")
ThePassword=Request("Password")
TheEmail=Request("Email")
TheStatus=Request("Status")
TheDomain=".www.aspalliance.com"
ThePath="/glenncook/aspjobs"

Response.Cookies("Shaft")("ContactName") = TheContactName
Response.Cookies("Shaft")("Company") = TheCompany
Response.Cookies("Shaft")("Password") = ThePassword
Response.Cookies("Shaft")("Email") = TheEmail
Response.Cookies("Shaft")("Status") = TheStatus
Response.Cookies("Shaft").Expires = #September 3, 2003#
Response.Cookies("Shaft").Domain = TheDomain
Response.Cookies("Shaft").Path = ThePath

%>

<%
? dim Status
? dim Address
?
? Status = Request("Status")
? Session("Status") = Status
? Address = Request("EMail")
? Set Conn = Server.CreateObject("ADODB.Connection")
????
???? Set NewCust = Server.CreateObject("ADODB.RecordSet")
??
? Conn.Open "ClassyAds","sa","ccms"
????
? NewCust.Open "SELECT * FROM ASPLoginUserTbl WHERE EMail = '" & Address & "'", Conn , adOpenKeyset , adLockOptimistic
?If NewCust.RecordCount = 0 Then
? NewCust.AddNew
? If Request("ContactName") <> "" Then
? NewCust("ContactName") = Request("ContactName")
? End If
?If Request("Company") <> "" Then
? NewCust("Company") = Request("Company")
? End If
?If Request("Email") <> "" Then
? NewCust("Email") = Request("Email")
? End If
? If Request("Password") <> "" Then
? NewCust("Password") = Request("Password")
? End If
?If Request("Status") <> "" Then
? NewCust("Status") = Request("Status")
? End If
? NewCust.Update
? NewCust.Close
? Response.Redirect "memberpage.asp"
? Else
? Response.Cookies("JonShaft").Expires = Date - 2
? Response.Redirect "addresserr.htm"
? End If
? %>

非常好我支持^.^

(6) 100%

不好我反對

(0) 0%

      發表評論

      用戶評論
      評價:好評中評差評

      發表評論,獲取積分! 請遵守相關規定!

      ?