webmaster resources tips and articles
webmaster information

Path = Home : HTML Design Tips : A Button Email Prompt

A Button Email Prompt



Web Source Web Design Tips
by Shelley Lowery

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

This code will create a button that when clicked on, will launch the users email program. You can change the value words to whatever you'd like your button to say.


Tip provided by: Web Source: Your Guide to Professional Web Design and Development. http://www.web-source.net


 

 

© janim.net 2000 - 2008 All rights reserved