Display th IP Address on your webpage using Javascript
- From: "111111z" <111111z@xxxxxxxxxxxx>
- Date: 16 Dec 2005 08:33:44 -0800
Display th IP Address on your webpage using Javascript
<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>
see http://www.sendmyip.com/ipjava.htm
.
- Follow-Ups:
- Re: Display th IP Address on your webpage using Javascript
- From: Randy Webb
- Re: Display th IP Address on your webpage using Javascript
- Prev by Date: Re: How can I get this code to run
- Next by Date: java error in IE6 but not Firefox
- Previous by thread: Need Help Creating a Java Script
- Next by thread: Re: Display th IP Address on your webpage using Javascript
- Index(es):
Relevant Pages
|