Does anyone know how to load a page into the web browser and view the page source using only 1 request? It is very important that only one request be made because the data needs to be matched with an id number in the source. I can open a page in the browser and then get the source with the Inet control, but that uses 2 requests so things aren't matching up. Please help.