Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Loop and open link in another 'window/control'
#3
Thanks, Wil.
I'll take a look and come back with results.

Regards

Hi, again.
Maybe i've explained really bad or there are some problems to do that.
I've attached the html code. I think i need a reference to each link in html as an object, to review his properties and determine if is one of the links i must review.

With my old version, still working with IE and createobject("internetexplorer.application") what i do is loop between the objects in page:
Code:
m.myObject = Document.All.Item(xx)
If Type("m.myObject.href") != "U"
     if atc("enlaceExpediente", m.myObject.id) > 0
          * now i know this is a link i must use.

     endif
endif

then, i open myobject.href url in another IE object and read content.
You can test in this web:
https://contrataciondelestado.es/wps/portal/plataforma
Then click on 'publicaciones', then in 'licitaciones', then by example, just fill 'Fecha publicación entre' (publication dates between...) and press 'Buscar' (find).

You will see a list similar to mine.


.txt   WebPageWithListofLinks.txt (Size: 141.14 KB / Downloads: 2)
Reply


Messages In This Thread
RE: Loop and open link in another 'window/control' - by carlos@agpsoftware.com - 2024-11-26, 17:02:48

Forum Jump:


Users browsing this thread: 2 Guest(s)