Open an HTTP connection and fetch a page
ns_httpget url ?timeout? ?depth?
ns_httpget opens an HTTP connection and fetches the page at the specified url. You can specify a timeout for opening the connection (the default is 30 seconds), and a maximum level of redirection (the default is 0).
set page [ns_httpget http://www.aolserver.com]