Guide to creating a web site, web design, web development, internet marketing, promotion, html tips and tricks, javascript and more.

Your Guide to Professional
Web Site Design and Development

HTML Tips
HTML Codes
Web Development
Web Design Tips
JavaScript Codes
216 Web Safe Colors
CSS Tutorial
JavaScript Tutorial
ASCII Character Codes

Offering Free Javascript Tips, Snippets and Codes

Open Directory Projectfree ebooksfree articles
web site design development internet marketing and promotion tutorials

| Web Site Development | HTML Codes | HTML Tips | Web Design TipsJavascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial |

webmaster resources
website design



Button email prompt

If you would like to provide your web site visitors with a simple way to contact you from your web site, but really don't want to display your email address, this email prompt button code may be what you're looking for.

Copy and paste this code into your HTML where you would like the button to appear:

<form>
<input type="button" value="Email Me"
onClick="location.href='mailto:you@yourdomain.com
'">
</form>

Change the text indicated in red to your email address.





Submit your JavaScript code snippets. We'll credit you and give you a link to your website.