I'm using a file with shtm extension on my Internet information Server 4.0. I use this:
<SCRIPT LANGUAGE="JavaScript">
//var ip = '172.32.6.105';
var ip = '<!--#echo var="REMOTE_ADDR"-->';
document.write('<input type=text name="TEM_IP" size=20 value="'+ip+'">');
</script>
I've got problem with Internet Explorer 5.0, it function only with Internet Explorer 5.5.
Is it true??
thanks in advance for your help
bye.
<SCRIPT LANGUAGE="JavaScript">
//var ip = '172.32.6.105';
var ip = '<!--#echo var="REMOTE_ADDR"-->';
document.write('<input type=text name="TEM_IP" size=20 value="'+ip+'">');
</script>
I've got problem with Internet Explorer 5.0, it function only with Internet Explorer 5.5.
Is it true??
thanks in advance for your help
bye.