function _goto(url) { location.href = url; } function resendactmail() { $.ajax({ type: "POST", url: "ajax.php", data: "mode=resendactmail", success: function(msg) { alert("A levelet kiküldtük!"); } }); }