PDA

View Full Version : Open new window in email client?


imk
08-10-2009, 09:42 AM
How do i make a like

that you click

and it opens up your email clinet with my email addy in the address bar

like a contact via email sorta thing?

metalguy639
08-10-2009, 09:56 AM
Usually that can be accomplished by just placing the hyperlink of the e-mail account in your code. If the user is using windows it will pop up an e-mail window with the e-mail address that they just clicked in the address bar. So where ever you wanted to place the code you could put something similar like this:

<a href="mailto:youremailaddress@mail.com">youremailadress@mail.com</a>

Just change the youremailaddress@mail.com with your email address.

imk
08-10-2009, 10:41 AM
perfect thanks

metalguy639
08-10-2009, 10:44 AM
No prob :)