var ip = '38.107.191.97' function ipval() { document.getElementById('ipaddr').innerHTML='Your IP is: ' +ip; } window.onload=ipval