hughesmi
07-15-2002, 02:12 PM
Is it poss to make my form use the "mailto" and still send my form using the "get".
What happens here is that I fill in a form, the form is vaildated and then sent to a new page i.e (con1.htm) But I want to send the for via maito to email the info.
<form name="IVref" method="get" action="con1.htm" enctype="text/plain" onSubmit="return NewPage();return createTarget(this);">
What happens here is that I fill in a form, the form is vaildated and then sent to a new page i.e (con1.htm) But I want to send the for via maito to email the info.
<form name="IVref" method="get" action="con1.htm" enctype="text/plain" onSubmit="return NewPage();return createTarget(this);">