If you are looking for the server's IP addresss when you say "numerical
server address", then an easy way to do this is to run the "ping"
command in a command prompt box.
For example, doing this to get Yahoo's web server address shows it's at
216.109.117.108:
=====================
C:\WINDOWS>ping
www.yahoo.com
Pinging
www.yahoo.akadns.net [216.109.117.108] with 32 bytes of data:
Reply from 216.109.117.108: bytes=32 time=129ms TTL=56
Reply from 216.109.117.108: bytes=32 time=147ms TTL=56
Ping statistics for 216.109.117.108:
Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 129ms, Maximum = 147ms, Average = 138ms
======================
Hope this is useful to you. Let us know.
rms