I’d like a link where if someone clicks a mailto link they are also shown a different page.
What would the html look like? Currently:
<a href="mailto:someone@mail.com">email</a>
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use Javascript’s window.location on the click event of the link
Update:
If you have to stack up lots of code in the onclick event, create a function instead
HTML