Re: Javascript newbie - Please Help




var BaseURL;
if (ip1 == ip2)
BaseURL = '192.168.1.5'
else
BaseURL = 'www.mysite.com:9000';


Thank you for the answer. How can I get ip1 and ip2 ? I mean, how to get the
ip address of the user and the ipaddress of www.mysite.com ?

Stefano


.



Relevant Pages