2024-11-26, 17:02:48
(This post was last modified: 2024-11-26, 17:37:57 by carlos@agpsoftware.com.)
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:
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.
WebPageWithListofLinks.txt (Size: 141.14 KB / Downloads: 2)
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.
WebPageWithListofLinks.txt (Size: 141.14 KB / Downloads: 2)