Hi,
The javascript in my page is not working, itstead of alerting me the ip
address, it alerts me with string "<!--#echo var="REMOTE_ADD R"-->".
var ip = '<!--#echo var="REMOTE_ADD R"-->';
alert("Your IP address is "+ip);
How do I fix the problem?
Thanks.
Jason
The javascript in my page is not working, itstead of alerting me the ip
address, it alerts me with string "<!--#echo var="REMOTE_ADD R"-->".
var ip = '<!--#echo var="REMOTE_ADD R"-->';
alert("Your IP address is "+ip);
How do I fix the problem?
Thanks.
Jason
Comment