VBScript - View Source
-
Hi all! I'm hoping this is the place to post this, as it's not EXACTLY VB / VB.NET, and there's no Topic for VBScript... Anyways - To the question. I'm trying to find a way to input a URL, and have it display the raw HTML Data for it. Eg: If I input: http://www.codeproject.com/ It'll output:
CodeProject. Free source code and programming help
etc etc etc. Does anyone know if this can be done? It is an ASP Page, using VBScript for Code (Due to limitations, JavaScript cannot be used on the page) Thanks alot :) - Reelix
-= Reelix =-
-
Hi all! I'm hoping this is the place to post this, as it's not EXACTLY VB / VB.NET, and there's no Topic for VBScript... Anyways - To the question. I'm trying to find a way to input a URL, and have it display the raw HTML Data for it. Eg: If I input: http://www.codeproject.com/ It'll output:
CodeProject. Free source code and programming help
etc etc etc. Does anyone know if this can be done? It is an ASP Page, using VBScript for Code (Due to limitations, JavaScript cannot be used on the page) Thanks alot :) - Reelix
-= Reelix =-
-
Sure, see Get The HTML Source of Any Web Page[^].