window.onload = function () { var jsa = document.getElementById('gbform'); var magic = document.getElementById('test'); magic.value = "666"; jsa.style.visibility = "visible"; }