您好,歡迎來電子發(fā)燒友網(wǎng)! ,新用戶?[免費(fèi)注冊]

您的位置:電子發(fā)燒友網(wǎng)>源碼下載>asp.net源碼下載>

招聘網(wǎng)站設(shè)計項(xiàng)目源代碼

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

用戶級別:注冊會員

貢獻(xiàn)文章:

貢獻(xiàn)資料:

招聘網(wǎng)站設(shè)計項(xiàng)目源代碼清單

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.



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%

      發(fā)表評論

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

      發(fā)表評論,獲取積分! 請遵守相關(guān)規(guī)定!

      ?