I have some text to send an email which works great using href ="mailto:myemail@mydomain.com".
Now I need to place an image next to the text and allow the users to have the option of clicking the image when they want to send us an email.
So far I have not been able to figure out how to attach the mailto to an image.
I tried putting this code behind an OnClick but it only gave me half a solution.
Response.Redirect("mailto:myemail@mydomain.com");
Any tips would be most appreciated.
Thanks
Now I need to place an image next to the text and allow the users to have the option of clicking the image when they want to send us an email.
So far I have not been able to figure out how to attach the mailto to an image.
I tried putting this code behind an OnClick but it only gave me half a solution.
Response.Redirect("mailto:myemail@mydomain.com");
Any tips would be most appreciated.
Thanks