Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Excel VBA > Excel VBA
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA 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 July 4th, 2006, 02:31 AM
Registered User
 
Join Date: Jul 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Request to asp.net page

Hello,
I'm try to connect a web page.
This code vba (Outlook)

 Dim xmlhttp
 Set xmlhttp = CreateObject("Microsoft.XMLHTTP")
 Call xmlhttp.Open (POST", "http://localhost/Index.aspx", False)
 Call xmlhttp.Send("data=123")

The request works, which happens(passes) is that I do not manage to gather the ordered information, The Form collections is empty .

Thanks.!






Similar Threads
Thread Thread Starter Forum Replies Last Post
access C#.Net page as action of calssic ASP page mansharma_s ASP.NET 1.x and 2.0 Application Design 6 January 7th, 2008 10:58 AM
Asp .Net 2.0 request/response timeout problem VijayT .NET Framework 2.0 5 February 5th, 2007 01:26 PM
request.form in asp.net.... sand133 ASP.NET 2.0 Basics 1 August 20th, 2006 06:30 AM
ASP.NET Website Programming & Request.UrlReferrer mike72 Wrox Book Feedback 0 September 3rd, 2005 07:16 PM





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