Wrox Programmer Forums
|
Beginning VB 6 For coders who are new to Visual Basic, working in VB version 6 (not .NET).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning 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 July 30th, 2005, 04:38 AM
Authorized User
 
Join Date: Jul 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default url of actual web page VB6

Hi,
I opened web page(by code). I click on variable links(by mouse). And now I'd like get actual link to the string variable in code.
Could you help me whit this, please.

I use this code:
...
Set ie = CreateObject("InternetExplorer.Application")
ie.navigate adresa

Do While ie.READYSTATE <> 4
   DoEvents
Loop
...






Similar Threads
Thread Thread Starter Forum Replies Last Post
How to diplay web page inside another web page win cyberjoe C# 2 March 1st, 2007 05:35 AM
How to obtain a Web Form’s URL BrianWren VB.NET 2002/2003 Basics 5 June 27th, 2005 09:59 PM
Print an web page without URL address rekha_jsr Servlets 1 September 16th, 2004 05:15 AM
Print web page withiout printing url footer rekha_jsr Classic ASP Basics 4 September 15th, 2004 10:47 PM
Web service URL yaronkl VB How-To 0 January 26th, 2004 01:29 PM





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