Thread: Check your IP
View Single Post
  #1 (permalink)  
Old 10-29-2007, 12:34 AM
Jaan's Avatar   
Jaan Jaan is offline
Moderator
 
Join Date: Dec 2006
Location: Estonia
Age: 17
Posts: 786
Last Blog:
Wadio Media Layout Com...
Rep Power: 14
Jaan is a jewel in the roughJaan is a jewel in the roughJaan is a jewel in the rough
Send a message via MSN to Jaan
Default Check your IP

HTML Code:
<html>
<head>
<script language="JavaScript">
function disp_ip(){
var ip = '<!--#echo var="REMOTE_ADDR"-->';
document.write(ip)
}
</script>
</head>
<body>
<form>
<input type='button' value='Check your Ip' onClick='disp_ip();'>
</form>
</body>
</html>
But you have to use .shtml extension not .html or .htm because it uses server side includes
__________________


Cheap & Professional Web Design | Need help? Send a PM
Reply With Quote

Sponsored Links