I would like to save a webpage as a single file (.mht) as is done by going (File -> Save As -> Save) in IE; however I would like to do it by working with an Object. Using _IEAction($oIE, "saveas") brings up a SaveAs dialog box to save the current HTML document, which seems doesn't allow for saving as a .mht. The script below accomplishes this by control clicks, but is it possible to do this by working directly with the object? Thanks $oIE = _IECreate() _IENavigate ($oIE, "http://www