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
|
Lista Forumurilor Pe Tematici
|
Free php scripts. | Reguli | Inregistrare | Login
POZE FREE PHP SCRIPTS.
Nu sunteti logat.
|
Nou pe simpatie: Mamae
 | Femeie 21 ani Constanta cauta Barbat 26 - 42 ani |
|
omaebazooka
Administrator
 Inregistrat: acum 18 ani
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) //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
_______________________________________ "Living mistery" "RoTop69" "Producator vinuri nobile" - Paunesti,Vrancea, mail : info-at-cramanobless.ro Intra in lumea EREPUBLIK
|
|
pus acum 18 ani |
|
omaebazooka
Administrator
 Inregistrat: acum 18 ani
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.
_______________________________________ "Living mistery" "RoTop69" "Producator vinuri nobile" - Paunesti,Vrancea, mail : info-at-cramanobless.ro Intra in lumea EREPUBLIK
|
|
pus acum 18 ani |
|