So I am trying to make it so a user clicks a button to email me, a js alert box pops up with a message and then after they click ok it goes forward with the email link. This is my code thus far:
<a href="mailto:[email protected]">
<a href='javascript:window.alert("All reservations must be made by phone!");'>
<img src="http://wfithaca.com/wp-content/themes/zenlite/images/mailicon.png" />
</a>
</a>
Any help would be greatly appreciated!