Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > Pro VB 6
|
Pro VB 6 For advanced Visual Basic coders working in version 6 (not .NET). Beginning-level questions will be redirected to other forums, including Beginning VB 6.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB 6 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 May 12th, 2005, 12:55 PM
Authorized User
 
Join Date: Dec 2004
Posts: 16
Thanks: 0
Thanked 1 Time in 1 Post
Default VBA: Getting Data from Invisible Web page...

Hello,

I am using the following code to grab data from a webtable from a Fitch report:

Set oIE = New SHDocVw.InternetExplorer
oIE.Navigate Navigateto
Do Until oIE.ReadyState = READYSTATE_COMPLETE
  DoEvents
Loop
Spage = oIE.Document.body.innerhtml


After which I can just search through the HTML source to find the data I need.

The problem I'm having is that when I try to do the same on absnet the data that I need is not in the document.body.innerhtml code. It is on WebTable("14"). Does anyone know the name that I need to put after oIE.(name here) in order to point Spage to the webtable("14") html source code? Thanks!







Similar Threads
Thread Thread Starter Forum Replies Last Post
using perl send data via "post" to a php web page robprell Perl 1 May 14th, 2007 05:57 AM
How to diplay web page inside another web page win cyberjoe C# 2 March 1st, 2007 05:35 AM
Pass data from Web page to Word Doc kilika Classic ASP Professional 1 April 8th, 2004 06:14 PM
Print web page data rajanikrishna Classic ASP Databases 0 December 18th, 2003 11:01 PM
posting/requesting data from web server page one5 .NET Web Services 2 July 28th, 2003 03:14 PM





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