Simpatie.ro - matrimoniale
Free php scripts.
scripturi pentru webmasteri - free web tools - copie si lipeste scripts pentru situl tau sute de scripturi Daca vrei sa ai acces la baza de date trebuie sa te inregistrezi. Succes. Omae
Nou pe simpatie:
Nicole23 din Bucuresti
Femeie
25 ani
Bucuresti
cauta Barbat
28 - 65 ani
Free php scripts.ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
Free php scripts. / ::.SCRIPTURI COPY&PASTE- AVATARE / Advanced Email Check Pagini: 1 Moderat de SIGN, daniel, kayisATG-, ozzykris, tibilica
#1
omaebazooka
Administrator
Postari: 1105
<form name="validation" onSubmit="return checkbae()">
Please input a valid email address:<br>
<input type="text" size=18 name="emailcheck">
<input type="submit" value="Submit">
</form>
<script language="JavaScript1.2">

//Advanced Email Check credit-
//By(http://scripturi.3xforum.ro)
//Over 200+ free scripts here!

var testresults
function checkemail(){
var str=document.validation.emailcheck.value
var filter=/^([w-]+(?:.[w-]+)*)@((?:[w-]+.)*w[w-]{0,66}).([a-z]{2,6}(?:.[a-z]{2})?)$/i
if (filter.test(str))
testresults=true
else{
alert("Please input a valid email address!")
testresults=false
}
return (testresults)
}
</script>

<script>
function checkbae(){
if (document.layers||document.getElementById||document.all)
return checkemail()
else
return true
}
</script>

<p align="center"><font face="arial" size="-2">This free script provided by</font><br>
<font face="arial, helvetica" size="-2"><a href="http://scripturi.3xforum.ro">Free Scripts


_______________________________________
http://2012en.wordpress.com/  "Living mistery"
http://mergi.la/RoTop69        "RoTop69"
www.cramanobless.ro                  "Producator vinuri nobile" - Paunesti,Vrancea, mail : info-at-cramanobless.ro
http://www.erepublik.com/en/referrer/HEXAGON+Omae Intra in lumea EREPUBLIK

 
   
#2
omaebazooka
Administrator
Postari: 1105
Description: A script that closely examines the content of a form box to ensure that the user entered a valid email address. If not, the form submition is canceled, and the surfer prompted to re-enter a valid address. The script makes the following assumptions regarding what a valid email address is:

-Contains a least one character procedding the "@"
-Contains a "@" following the procedding character(s)
-Contains at least one character following the "@", followed by a dot (.), followed by either a two character or three character string (a two character country code or the standard three character US code, such as com, edu etc)

Note that this script requires NS 4+ or IE 4+ to function- all other browsers will simply not participate in the form validation process.


_______________________________________
http://2012en.wordpress.com/  "Living mistery"
http://mergi.la/RoTop69        "RoTop69"
www.cramanobless.ro                  "Producator vinuri nobile" - Paunesti,Vrancea, mail : info-at-cramanobless.ro
http://www.erepublik.com/en/referrer/HEXAGON+Omae Intra in lumea EREPUBLIK

 
   
Pagini: 1  
Mergi la