| Current Path : /home/ereika83/public_html/wp-content/plugins/genesis-club-pro/scripts/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/genesis-club-pro/scripts/mailto.html |
<html>
<script>
function checkMailto(str){
if(str.indexOf('?mailto=') != -1){
return str.substr(8).replace('&', '?');
} else {
return false;
}
}
var mailto = checkMailto(location.search);
if(mailto){ //Mailto links work in most browsers
window.location.href = 'mailto:'+mailto;
setTimeout(function(){
window.close();
}, 1000);
}
</script>
</html>