Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
ron ron is offline
external usenet poster
 
Posts: 118
Default Web Query - Tim Williams xmlhttp Object

I have a number of macros that perform various web queries. I
recently came across a post by Tim Williams from 2006 where he uses
the xmlhttp object approach. It seems so elegant, no need to open IE,
no need to wait for IE to load, no screen-scraping - the returned
information is assigned to a variable for further parsing, etc.

So I'm trying to learn a bit more about how to use this approach. The
following url requires two inputs, a method to search by (I typically
use "Street Name") and a street name (let's use "newport").

http://www.bouldercounty.org/assesso...sess_input.asp

I've tried the following bit of code within my sub,

Set my_obj = CreateObject("MSXML2.XMLHTTP")
my_obj.Open "GET", "http://www.bouldercounty.org/assessor/
asrproprecords/assess_input.asp", False, "street_name",
"newport"
my_obj.send
my_var = my_obj.responsetext
Set my_obj = Nothing

but it doesn't bring back the source code from the expected (next)
webpage. I know how to achieve this using the web query / ipf.value
method, but I'd like to figure out how to do it using the xmlhttp
object approach. What is the correct way to provide these inputs
using the xmlhttp object approach? Any help would be much
appreciated...TIA, ron
  #2   Report Post  
Posted to microsoft.public.excel.programming
ron ron is offline
external usenet poster
 
Posts: 118
Default Web Query - Tim Williams xmlhttp Object

Thanks Tim!..ron
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Oris Williams F1 Stainless Steel Mens Watch 635-7595-4194MBCollection [email protected] Excel Worksheet Functions 0 November 5th 08 01:51 AM
Williams/ACLCconference2006 in Excel Williams Lost file - IMportant!! New Users to Excel 1 July 24th 06 03:25 PM
xmlhttp and ie cache Jack Clift[_3_] Excel Programming 4 March 11th 05 02:43 AM
XMLHTTP proxy settings. Beto[_3_] Excel Programming 0 April 12th 04 08:29 PM


All times are GMT +1. The time now is 10:00 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"