khujo56
10-31-2006, 07:26 PM
Hi guys
i created a e-mail form where it sends the info to my hotmail account.
the problem i have is that everytime i test it..a message shows up saying that the program is sending it on mybehalf...do i want to allow this. i can either press yes or no. if i press yes it should send it to my hotmail account. it does not do that. is there a way around this.
this is the code i'm using
<form action="mailto:jnr1975@hotmail.com" method="post" enctype="text/plain" name="form1" id="form1" onsubmit="">
how do i create it so it sends it to my e-mail address without getting that message. thank you
i created a e-mail form where it sends the info to my hotmail account.
the problem i have is that everytime i test it..a message shows up saying that the program is sending it on mybehalf...do i want to allow this. i can either press yes or no. if i press yes it should send it to my hotmail account. it does not do that. is there a way around this.
this is the code i'm using
<form action="mailto:jnr1975@hotmail.com" method="post" enctype="text/plain" name="form1" id="form1" onsubmit="">
how do i create it so it sends it to my e-mail address without getting that message. thank you