[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] JavaScript and server address



On Tue, 2007-06-05 at 13:32 -0400, Ned Williams wrote:
> umm if your on a linux box why not do....
> 
> tcpdump port 80 -i (your interface here)
> 
> then just look for where your browser is talking to? 

That is not what I'm trying to do.

On the Windows box I'm trying to spawn an executable that will
communicate via TCP back to the server.  That client needs 2 pieces of
information so he can talk to the server.  He needs the IP Address of
the server and he needs the TCP port number to connect() to.