Lawn Gnome
08-19-2005, 03:53 AM
ok i want to send the form to my email but i dont want to to come up with the pop up saying that people are sending the form through email. i tryed to make my own script (did really bad bucuse i dont know what im doing :o ) here is my messed up script. i know this is wrong so no need to tell me i am a moron
<SCRIPT LANGUAGE = "JavaScript">
function sendemail(){
mailto:oo.fun.house.oo@gmail.com
}
</script>
<form method="post">
<input type=text name="test" size="10">
<input type=button onclick="sendemail()">
</form>
<SCRIPT LANGUAGE = "JavaScript">
function sendemail(){
mailto:oo.fun.house.oo@gmail.com
}
</script>
<form method="post">
<input type=text name="test" size="10">
<input type=button onclick="sendemail()">
</form>