Open e-mail message window onclick of a button using JavaScript

Advertisement
Post Pic

This is a simple cross-browser snippet to open an e-mail message window onclick of a button using JavaScript, in some scenarios you might want to open up an e-mail message window when user clicks on a button, yeah this is possible with a simple snippet code which can be included in your onclick event.

Below is the respective cross-browser code for the same:

1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 
</head>
<body>
<form name="emailwindow">
<input type="button" value="Mail Me at vivek@developersnippets.com" onclick="self.location='vivek@developersnippets.com'" />
</form>
 
</body>
</html>

Even the above can be placed in a function and can be called the same when user clicks on a button. This is simple but very powerful as this can be used a cross-browser snippet.

1
2
3
4
function emailwindow()
{
	self.location='vivek@developersnippets.com';
}

Related Entries...

You Might Like:

Advertisement

Please let us know your feedback about the article through the comments section below, we want to hear from you about our website. And your comment / advice may help us to serve you better in upcoming articles.

Thank You!
Vivekanand [Founder of DeveloperSnippets]

2 Responses

I found your blog on google and read a few of your other posts. I just added you to my Google News Reader. Keep up the good work. Look forward to reading more from you in the future.

10.19.08

Yes! thought your post is a very interesting + informative !

Leave Your Response

* Name, Email, Comment are Required

Write For Us

Online Sponsors

Start Foreign Exchange Trading today with the Forex Affiliate Program and also you can have access Online Forex News to know what happens every single moment.


Forex Floor


Switch to our mobile site