html question ..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alex79
    Confirmed User
    • Jun 2002
    • 996

    #1

    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
  • Plat
    Confirmed User
    • Jan 2002
    • 2680

    #2
    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
    Im fuckin retired

    Comment

    • alex79
      Confirmed User
      • Jun 2002
      • 996

      #3
      o.k , but i don't know how create this cgi script..could u help me?

      Comment

      • jimmyf
        OU812
        • Feb 2001
        • 12651

        #4
        Originally posted by alex79
        o.k , but i don't know how create this cgi script..could u help me?
        maybe you should ask...how much will you charge me to do it...
        Epic CashEpic Cash works for me
        Solar Cash Paysite Plugin
        Gallery of the day freesites,POTD,Gallery generator with free hosting

        Comment

        • alex79
          Confirmed User
          • Jun 2002
          • 996

          #5
          it does not matter...i just finished the script in JS...thanks anywhere

          Comment

          • twistyneck
            So Fucking Banned
            • Jan 2002
            • 4660

            #6
            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.

            Comment

            Working...