Q about a web form

liunx

Guest
I have made a simple web form that sends the data via a email address. <br />
I'm copy/pasting the code here.... <br />
<FORM METHOD="POST" ENCTYPE="text/plain" ACTION="mailto:[email protected]"> <br />
and this is the url :http://gddesignsinc.com/contact.shtml <br />
<br />
Now my problem is that this method doesn't work anymore <br />
. <br />
It first collected the data via the e-mail address and was working just fine but now opens the default email client on the machine and does NOT capture the data!!! <br />
<br />
I checked the source code, browser settings and checked with the tech dept but no luck. <br />
<br />
Can someone help here <br />
<br />
thanks <br />
Anjali<!--content-->What do you mean,I just triend and did bring up the email client with all the data in it.<br />
<br />
Cheers<br />
<br />
Khalid<!--content-->That sort of action would be different depending on the clients computer I think. A PHP or CGI email script would probably work better here. (<!-- w --><a class="postlink" href="http://www.hotscripts.com">www.hotscripts.com</a><!-- w --> probably has one. You'd have to find out if your host supports CGI or PHP...)<!--content-->
 
Back
Top