Boutique: Email Validation in Asp3.0

Source: Internet
Author: User
Tags urlencode
ASP3 Dim Email
Dim status
Dim emaildata
Dim LicenseKey

LicenseKey = 0
If Request.Form.Count > 0 Then
email = request.form ("email")

Dim oxmlhttp

Set oxmlhttp = server. CreateObject ("Msxml2.serverxmlhttp")

Oxmlhttp.open "POST", _
"Http://ws.cdyne.com/emailverify/ev.asmx/VerifyEmail", _
False
Oxmlhttp.setrequestheader "Content-type", _
"Application/x-www-form-urlencoded"
Oxmlhttp.send "email=" & Server. UrlEncode (email) & "&licensekey=" & Server. UrlEncode (LicenseKey)
Response.Write Oxmlhttp.status
If oxmlhttp.status = MB Then
Dim ODOM
Set ODOM = Oxmlhttp.responsexml
Dim ONL
Dim OCN
Dim OCC
Set ONL = Odom.getelementsbytagname ("Returnindicator")
For each OCN in ONL
For the all OCC in Ocn.childnodes
Select case LCase (occ.nodename)
Case "ResponseText"
Emaildata = Emaildata & "Codetxt:" & Occ.text & "<br>"
Case "Responsecode"
Emaildata = Emaildata & "Code:" & Occ.text & "<br>"
End Select
Next
Next
If status = "" Then status = "OK"

Set OCC = Nothing
Set OCN = Nothing
Set ONL = Nothing
Set ODOM = Nothing




Else
Status = "Service unavailable". Try again later "
End If
Set oxmlhttp = Nothing

End If


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.