formulario

RuiBranco

Folding Member
Olá a todos preciso de ajuda, fiz este formulario e queria que quando entrasse nesta pagina ele submetesse automaticamente pq vou meter dentro das textbox dados , ja pesquisei sobre como fazer isso mas n csg aplicar ou n funciona >( alguem sabe fazer isto ou se existe outras maneiras ?




Código:
<head>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
  <link type="text/css" rel="stylesheet" href="MAIN.css" />
  <title>xxxxx</title>

<body style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);" class="div_community" alink="#ee0000" link="#0000ee" vlink="#551a8b">

            <table style="width: 363px; height: 145px;" border="0" cellpadding="0" cellspacing="0">

              <tbody>

                <tr>


                  <td valign="top">
              

<form action="login.php" method="post"> <input name="form[type]" value="second-life-member" type="hidden" /> <input name="form[nextpage]" value="inner.php" type="hidden" /> <input name="form[persistent]" value="Y" type="hidden" />
                    <table border="0" cellpadding="0" cellspacing="3">

                      <tbody>

                        <tr>

                          <td>First Name:</td>

                          <td>Last Name:</td>

                        </tr>

                        <tr>

                          <td><input name="form[username]" value="whitehat" size="20" maxlength="31" type="text" />&nbsp;</td>

                          <td><input name="form[lastname]" value="segundo_nome" size="20" maxlength="50" type="text" /></td>

                        </tr>

                        <tr>

                          <td>Password:</td>

                          <td>&nbsp;</td>

                        </tr>

                        <tr>

                          <td><input name="form[password]" value="uma_password" size="20" maxlength="16" type="password" /></td>

                          <td><br />

                          </td>

                        </tr>

                        <tr>

                          <td colspan="2"><br />
                          </td>

                        </tr>

                        <tr>

                          <td><input src="b_submit.gif" name="submit" value="Submit" type="image" /></td>

                          <td align="right">&nbsp;</td>

                        </tr>

                      </tbody>
                    </table>

                  </form>

                  </td>

                  <td width="1"></td>

                </tr>

              </tbody>
            </table>

            


</body>
</html>
 
Última edição:
Back
Topo