Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <form name="ejemplo1" action="datos.php" method="POST">
  2. <div class="etiqueta">Ingrese paises: </div>
  3. <div class="input_container">
  4. <input autocomplete="off" type="text" id="pais_id" name="paises" onkeyup="autocompletar()" >
  5. <ul id="lista_id"></ul>
  6. </div>
  7. <input type="submit" value="Enviar">
  8. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement