3 messages · Page 1 of 1 (latest)
You'd have to move the onclick="topla()" to be the button onclick event
onclick="topla()"
or use
object.addEventListener("click", topla);