Path = Home : Webmaster Resources : HTML Design Tips : A Button Email Prompt
<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.