Welcome To Snipplr


Everyone's Recent JavaScript Snippets Tagged email



« Prev 1 Next »
Allows for forname.o'surname@place.com
0 1114 posted 9 years ago by flatearthcomms
Use a regex to check the email address input
4 1376 posted 11 years ago by dreamstarter
One of the important things about user input is to verify that the user has supplied the email that you have requested. The function below allows you to verify email address with easy.
1 1198 posted 12 years ago by apphp-snippets
3 1029 posted 14 years ago by iroybot
0 710 posted 14 years ago by dkevey
1 846 posted 14 years ago by sandrews_06
2 1144 posted 14 years ago by daipratt
Easily grabs email addresses from a bulk text (CSV and/or some other email address-filled list/db). Example #2 takes the input (bulk text) from textarea #input and puts the clean emails in the textarea #extractedemails.
1 3130 posted 15 years ago by world_eggplant
An easy way to hide your email from spam bots.
4 1297 posted 15 years ago by fackz
<form> <input>
0 1077 posted 15 years ago by hotdiggity
Checks if value is an e-mail.
1 854 posted 15 years ago by NyX
This script stores the elements of the email address as JavaScript variables and assembles them on the fly every time the page loads. The page rendered looks the same to users, but the address never actually lives in the page source code. It can...
0 850 posted 16 years ago by Bluewall
a set of function useful to check data (functions name in italian but easy to translate).
0 1161 posted 16 years ago by ginoplusio
This gets the current page addr. and send it... Modify form action="" to send values to proper mail function - or - class.
3 987 posted 16 years ago by skywalker
3 1038 posted 17 years ago by iTony
Evitar que en el código de la página se pueda ver “midireccion@midominio.com”.
2 1028 posted 18 years ago by Hirmine
Simple javascript email validation
29 6093 posted 18 years ago by arcturus
« Prev 1 Next »