Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <select name="cidade" id="ccidade">
  2. <option>Escolha uma cidade</option>
  3. <option value="patos">Patos de Minas</option>
  4. </select>
  5.  
  6. <select name="bairro" id="cbairro">
  7. <option value="abner">Abner Afonso</option>
  8. </select>
  9. <input type="button" onclick="consultar()"/>
  10. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement