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