WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDESPHP CLASSESCODE SEARCHARTICLES SEARCHPHP FORUMSPHP MANUALPHP FUNCTIONS LISTWEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Join us on FaceBook
Submit a code Example / Snippet Submit Your Code
Poker Tournaments Poker Tournaments
Poker Guide for Developers Poker Guide for Developers
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Resources
Web Development Content
Internet Security Software
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
פרייסז - הכח לקנות עובר לידיים שלך
Texas Holdem Poker Evangelists

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : Encoding email address
Categories : Java Script, HTML Update Picture
Richard Correia
Date : Apr 29th 2003
Grade : 2 of 5 (graded 4 times)
Viewed : 9934
File : No file for this code example.
Images : No Images for this code example.
Search : More code by Richard Correia
Action : Grade This Code Example
Tools : My Examples List

Submit your own code examples  Submit your own code examples 
 

Ever wonder how your general email boxes are full of spams ?
Email crawlers keep on looking for email address in web pages , looking for patterns like [\w._\d]+@
[\w._\d].[\w._\d].

Here is a way how you can encode your email address to put on your website.
Crawlers won't be able to get this ...

<script language=javascript>
var email = " Click Here To Contact Us !! <contact"+unescape('%40')+"gnuLinux"+unescape('%2E')
+"com>";
</script>

<p class="subhead">Contacts:</span><br />
<span class="text">
<a href="" onMouseOver="window.status = email; return true;"
onclick="location.href='mail'+'to'+unescape('%3A')+'contact'+unescape('%40')+'gnulinux'+unescape('%
2E')+'com?Subject=General%20Information%20Request'; return false"> General Information</a>
</span><br />



How to get the Focus (Cursor) into a Form-Element.
Categories : HTML, Java Script
Bookmarklets are simple tools that extend the surf and search capabilities of Netscape and Explorer web browsers.
Categories : Java Script, HTML, General
Javascript linked dropdowns
Categories : Java Script, HTML, Classes and Objects
Javascript animated menu items
Categories : DHTML, CSS, Java Script, HTML
Bouncing Marquee at Status Bar
Categories : Java Script, HTML, Browsers
Page Loading Message shown during the time your site's page is being loaded.
Categories : HTML, CSS, Java Script
Check if Javascript is Enabled or Disabled - Works in all Browsers
Categories : Java Script, HTML, Web Browsers
Javascript Background Scroller
Categories : Java Script, CSS, HTML
Prevent Right Mouse steal your graphics
Categories : HTML, Java Script, Security
Clock at Status Bar
Categories : Java Script, HTML, Date Time
complete simply working javascript password generator file. Use letter, vowels, consonants (uppercase and lowercase) arrays to create a really random and secure password. improved security using time functions to initialize random number generator.
Categories : Java Script, HTML, Security, Authentication, Strings
How to create <SELECT> menues that change on the fly according to other <SELECT> menues on the page?
Categories : Java Script, HTML
Table editable dynamic form with edit + selection (select / option) + checkbox.
Categories : Java Script, DHTML, User Interface, CSS, HTML
Mordern Peroidic Table - Science
Categories : Java Script, HTML, Charts and Graphs
Javascript Color Picker
Categories : Java Script, Colors, HTML
 Sarah King wrote : 939
Good snippet! I`ve used a script called otliam.php (strrev(`mailto`)) but this causes blank screens with some browsers. This works and now I just need to write a php function to output it easily.

thanks
 
 Darren Hood wrote :942
Snippet didn`t work for me.  I copied and pasted the code as is.  When I clicked the link, it took me to the site`s home page.  The e-mail client was not launched.