Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
URL to capture
#3
Not Solved
mmhhh... i have other problems before the use of your tip. I took a piece of code from another post, and i would want to apply your tip in it:

Code:
dim a
a="https://www.google.it"

SET IEObj = CreateObject("InternetExplorer.Application")
IEObj.Navigate a
IEObj.Visible = True
wait(2)  'suppose that in this time the url changes
Dim x
x=???
SET IEObj = Nothing


Which is the exact syntax to use GetROProperty("url") here to valorize x with the changed url?
I obtain syntax error about object repository...
[my problem is not to know the theory about these properties and their use... if you have some link to suggest me... :-) ]

thx for the patience :-)
ste
Reply


Messages In This Thread
URL to capture - by stevol - 05-13-2008, 08:07 PM
RE: URL to capture - by niranjan - 05-14-2008, 03:24 AM
RE: URL to capture - by stevol - 05-14-2008, 03:11 PM
RE: URL to capture - by sidartha - 05-14-2008, 04:02 PM
RE: URL to capture - by somisays - 05-14-2008, 04:25 PM
RE: URL to capture - by sidartha - 05-14-2008, 05:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Problems with URL as Object identifier??? jcraig26 1 3,230 02-27-2013, 05:06 PM
Last Post: anil2u
  url value sia sharma 0 2,145 07-02-2012, 12:30 PM
Last Post: sia sharma
  split the values in url ....................... rjkmr.aiht 3 4,301 05-21-2012, 06:09 PM
Last Post: Ankesh
  Invalid URL Error manavkbgupta 2 2,684 03-28-2012, 02:15 PM
Last Post: manavkbgupta
  The browser Application can't be launched. Possibly the URL is wrong.- Win.XP-IE 8. fonsecba 2 6,339 05-26-2011, 04:06 PM
Last Post: manmeet.singh81

Forum Jump:


Users browsing this thread: 1 Guest(s)