Quote:
Originally Posted by chrishirst
javascript cannot send emails.
|
yes sir it can send mails just need to put some more code here:
HTML Code:
<form>
<table style="margin-right:auto; margin-left:auto;">
<tr><td style="text-align:right">Your first name:</td> <td><input type="text" name="firstname" /></td></tr>
<tr><td style="text-align:right">Email:</td> <td><input type="text" name="firstname" /></td></tr>
<tr><td></td><td><input type="submit"/></td></table>
</form>
this is a popup newsletter script and i have used before.just i cant find the php file it was like sendmail.php
you can test it here on my site: here sorry for advertising
Last edited by chrishirst; 06-21-2011 at 01:48 PM..
|