09-08-2010, 06:57 PM
QTP basically manipulates the Internet Explorer COM object. You can create it and use the COM functions to automate IE in pure VBScript. Read about it here: http://msdn.microsoft.com/en-us/library/...85%29.aspx
Code:
Set IE = CreateObject("InternetExplorer.Application")