Wrox Programmer Forums
|
Classic ASP Components Discussions specific to components in ASP 3.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Components section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 28th, 2006, 07:01 AM
Registered User
 
Join Date: Oct 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default automate Internet Explorer server side with asp

hi
i'm looking for a way to automate IE on the server with ASP
i need this so i can use the MSHTML dll in order to merge 2 html documents uploaded by the user into one document ( if you know a better way tell me please )
is this possible or am i crying at the moon?
 
Old March 9th, 2007, 08:01 AM
Authorized User
 
Join Date: Jan 2007
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to saurabhj Send a message via Yahoo to saurabhj
Default

Didn't get what you want to say..
Please explain

-Saurabh
 
Old March 20th, 2007, 04:04 AM
Authorized User
 
Join Date: Aug 2004
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to bishnupokhrel Send a message via Yahoo to bishnupokhrel
Default

Hi steven,

i did not understood well, but if you want to merge two html or ASP page and fetch it at once, i would do this on one ASP page


<%
server.execute("page1.html")
server.execute("page2.html")
%>

this will give you the desired result.

hope it helps.


Regards
Bishnu Pokharel
[email protected]
http://www.bishnupokharel.com.np/





Similar Threads
Thread Thread Starter Forum Replies Last Post
Automating Internet explorer viruthachalams C# 1 July 18th, 2007 09:06 AM
From SQL Server to Internet Explorer toddw607 ASP.NET 2.0 Basics 7 March 27th, 2007 03:57 PM
Internet Explorer Bug? bobtrevor HTML Code Clinic 2 May 19th, 2006 09:09 PM
Internet Explorer cannot open the internet site cathiec ASP.NET 2.0 Basics 1 October 22nd, 2005 01:30 PM
Internet Explorer JelfMaria VB How-To 10 April 27th, 2005 03:58 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.