Guest User

Untitled

a guest
Apr 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <div class="menu" id="menuCorNaoCor" style="display:none">
  2. <div class="centralizar">
  3. <button class="botao" onClick="carregarMenuCorrentista()"> Correntista </button>
  4. <button class="botao" > Não Correntista </button>
  5. </div>
  6. </div>
  7.  
  8. <script>
  9. function carregarMenuCorrentista(){
  10. //Carrega o menu, que está em outro documento html
  11. }
  12.  
  13. </script>
Add Comment
Please, Sign In to add comment