473,497 Members | 2,124 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

I'm not sure how to determine name of object on web page

2 New Member
I'm using VBA and msXML to read response text from web page. Am having some problems.

The 2nd Open-Get statement has a flawed URL. The first URL reaches a page that has a thousand or more buttons on it that bring up another page when clicked. It returns 250,000+ characters to strPageContent1. I would like to how to set up the 2nd URL string that takes me to the same page that clicking ONE of the buttons on the first page would. I just don't know enough about reading the ResponseText from the first page to determine what that second URL should be. Can anyone offer a suggestion? If you could help me reach just ONE of the buttons, I could do the rest...

msXML.Open "GET",
"http://members.naca.net/findanattorney.php?submit=Search&name=&organizatio n=&city=&state=Any+State&zip=&areaofexpertise=none &levelofexpertise=any&sortorder=statesort",
False
msXML.Send
strPageContent1 = msXML.ResponseText
msXML.Open "GET", "http://members.naca.net/findanattorney.php/View",
False
msXML.Send
strPageContent2 = msXML.ResponseText
Set msXML = Nothing
MyString = strPageContent
'Write text blob to table memo field...
MySQL = "INSERT INTO NACAsiteXML (MyXML) SELECT GetMyString() AS
String2Save;"
DoCmd.RunSQL MySQL
Sep 5 '07 #1
1 1283
mlh
2 New Member
A better title for the OP would-a-been...

I'm not sure how to reference a specific control on web page
Sep 6 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

18
2848
by: Christopher W. Douglas | last post by:
I am writing a VB.NET application in Visual Studio 2003. I have written a method that handles several events, such as closing a form and changing the visible status of a form. I have some code...
2
3169
by: Daniel Walzenbach | last post by:
Hi, I created an ASP.NET Datagrid where a single row can be selected by clicking anywhere on the row (according to...
19
2063
by: Christopher W. Douglas | last post by:
I am writing a VB.NET application in Visual Studio 2003. I have written a method that handles several events, such as closing a form and changing the visible status of a form. I have some code...
3
11559
by: Developer in California | last post by:
I am working on developing a generic Web framework using Master Pages in ASP.NET 2.0. What I have done is created a PageRenderer class which has a public method which will retrieve the path of the...
0
7120
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7160
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7196
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7373
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5456
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4897
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4583
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3078
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1405
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.