Hi all,
I need a server side IE automation in ASP
So when a client calls an asp page, this page will
open a local (server-side) IE window.
I tried the next ASP code:
<head runat="server">
</HEAD>
<%
dim IE
IE = CreateObject("InternetExplorer.Application")
IE.navigate("google.com")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.