function getIP() { if (document.getElementById("remoteIp").length > 0) { document.getElementById("remoteIp").value = '3.133.108.241'; } } window.onload = getIP;