![]() |
html question ..
i want make a code for send a form to many sites like this:
<form method="POST" action="http://www.site1.com/form.php"> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1"> <tr> <td width="25%" align="center"><font size="4">Name</font></td> <td width="25%"> <input type="text" size="20" name="name"></td> </tr> <tr> <td width="25%" align="center"><font size="4">Address</font></td> <td width="25%"> <input type="text" size="20" name="adress"></td> </tr> <tr> <td width="25%" align="center"><font size="4">E-mail</font></td> <td width="25%"> <input type="text" size="20" name="mail"></td> </tr> <tr> <td width="50%" align="center" colspan="2"><font size="4"> <input type=submit name=action value=send></font></td> </tr> </table> </form> but want send to more sites (http://www.site1.com/form.php;http:/...1.com/form.php) not just to http://www.site1.com/form.php anyone can help? thanks |
if u want to send to more than one site then create a small cgi script with those urls in it and just link the form to the cgi script
|
o.k , but i don't know how create this cgi script..could u help me?
|
Quote:
|
it does not matter...i just finished the script in JS...thanks anywhere
|
The js way of doing that sucks ass. Do a Google search for free cgi form or send mail scripts or something like that. There are tons of free ones. Ask your host, they might even have something already set up for that.
|
| All times are GMT -7. The time now is 06:26 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123