Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save roberson-miguel/f810eb41144004a024f449cb7f3228f0 to your computer and use it in GitHub Desktop.
Save roberson-miguel/f810eb41144004a024f449cb7f3228f0 to your computer and use it in GitHub Desktop.
Botão HTML para Ligação IP
<form method="post">
<i>Preencha com seu telefone, iniciando pelo DDD+TELEFONE sem espaços, apenas numeros.<br>
Ex.: 11999222333</i><br><br>
Preencha com seu Telefone: <input type="text" name="phone" id="phone">
<br>
<br>
<a href="#phone" onclick="window.open('http://177.11.49.251/c2d/originate_call.php?numero=' + document.getElementById('phone').value)" target="_blank">
<button>Ligue-me</button>
</a>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment