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