function createButton() { var btn = document.createElement('button'); var lbl = document.createTextNode("CLICK ME"); btn.appendChild(lbl); btn.style.position = "absolute"; btn.style.bottom = "20px"; btn.style.right = "-100px"; document.body.appendChild(btn); var moveButton = function() { var position = parseInt(btn.style.right); if (position >= 20) { clearInterval(intervalId); } else { btn.style.right = (position + 1) + 'px'; } } var intervalId = setInterval(moveButton, 10); btn.onclick = function() { window.open('https://api.whatsapp.com/send?text='+window.location.href); } }
top of page
Este site foi desenvolvido com o criador de sites
.com
. Crie seu site hoje.
Começar
Escola d
e Go
v
e
r
n
o e
Ges
tão
Secretaria de Planejamento
!
Widget Didn’t Load
Check your internet and refresh this page.
If that doesn’t work, contact us.
Compartilhar
HOME
A ESCOLA
A LEGISLAÇÃO
PARCEIROS
CURSOS À DISTÂNCIA
PROGRAMAÇÃO
PROGRAMAÇÃO MAIO E JUNHO
GALERIA
FALE CONOSCO
bottom of page