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