Reading Web page source code

ianclegg

Registered User.
Local time
Today, 00:52
Joined
Jul 14, 2001
Messages
58
Hi

Can anybody suggest a method of reading web page source code data.

I am trying to create an event similar to a web query in Excel.

The table in question is not a html table but an asp.net table I think.

Thanks in anticipation, I hope someone can help

Regards

Ian Clegg
 
I thought that is the best part of using an ASP page, the code is hidden and you don't have a way for retrieving the code as it is in the IIS. So I think it is not possible to achieve what you want here !

That would be my two cents worth ! Good Luck ! :)
 
Thanks for the reply
 
The search terms you are looking for are screen scraping or read table from web page

For starters: http://www.access-programmers.co.uk/forums/showthread.php?p=993845

Also, search for HTML DOM.

Finally, client-side code is always HTML (whether generated server-side by PHP, ASP or whatever), with a sprinkle of javascript here and there, so your table IS in HTML
 

Users who are viewing this thread

Back
Top Bottom