When dealing with http/url in qtp/uft, one can use navigate or link. If the http is from a link on the page, one shall use link instead of navigate. This is to make sure 1) the link can be identified,
highlighted and clicked as an object on the page.
Also, seems the link is a litter fast than navigate.