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
...
|