Possible Duplicate:
Get Client IP using just Javascript?
I know PhP can know your IP from <?php echo $_SERVER['REMOTE_ADDR']; ?>
How can javascript do so?
Or is it true that because javascript is client side it doesn't know the IP of the computer?