Click to See Complete Forum and Search --> : form problem


Dustin
01-28-2003, 06:01 PM
I wanna make it so that when you click the submit button, it will e-mail me the results... someone told me it could be done with cgi also, could someone help?
heres the site with the form (http://www.freewebs.com/framed1/framed.html)

khalidali63
01-28-2003, 07:11 PM
Change the form tag attribute action value to mailto:aaa@mail.com.
e.g
<form name="form1" action="mailto:email@email.com" enctype="text/plain" method="post">

this should send you all the data in the form.

cheers

Khalid

Dustin
01-28-2003, 07:25 PM
can i make it so it doesn't open the write message window, it just sends?