- Impact
- 10
Another Way to Display the IP Address on a HTML Page
http://sendmyip.com/ipjava.htm
Source code for the about \/ \/ \/ \/
<script src="http://sendmyip.com/ipjs.php" </script></script>
<p><font face="Arial Narrow">Your IP is </font>
<SCRIPT LANGUAGE="JavaScript">
document.title = "Your IP is "+ip;
document.write(ip)
</script>
</p>
http://sendmyip.com/ipjava.htm
Source code for the about \/ \/ \/ \/
<script src="http://sendmyip.com/ipjs.php" </script></script>
<p><font face="Arial Narrow">Your IP is </font>
<SCRIPT LANGUAGE="JavaScript">
document.title = "Your IP is "+ip;
document.write(ip)
</script>
</p>
Last edited:















