/* This script and many more are available free online at The JavaScript Source!! http://javascript.internet.com Created by: | */ function mailsome1() { who=prompt("The email address (leave unchanged): ","comments@blog.thesimonator.net"); what=prompt("Enter the date or blog title: ","dd/mm/yy"); if (confirm("Are you sure you want to leave a comment on the entry of "+what+"?")==true) { parent.location.href='mailto:'+who+'?subject='+what+''; alert('Now enter your comment in the email window and send'); } }