Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form id="formulario" name="formulario" method="post" action="">
- <p>Nombre de la cuenta:
- <input type="text" name="nombreCuenta" id="nombreCuenta" />
- </p>
- <p>Password de la cuenta:
- <input type="text" name="passwordCuenta" id="passwordCuenta" />
- </p>
- <p>
- <input type="submit" name="enviar" id="enviar" value="Submit" />
- </p>
- </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement