This function performs a name to IP translation by means of an IP lookup. This involves connecting to a name server and waiting for its reply. This is not something you will want to do often as it can severely affect your performance.
Once the host IP address is known, it can be checked against the sub-net value and a true or false value returned.
The value true is returned if the host is a valid member of the sub-net and false if it is part of another sub-net.
See also: | FindProxyForURL(), isPlainHostName(), Proxies, proxy.pac |
Prev | Home | Next |
ISINDEX.prompt | Up | isLower() |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |