$(document).ready(function() { $('#mailbutton').click(function(event) { window.location = "mailto:example@example.com"; }); });