DELETE THIS PLZ

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
hpegar
Newbie
Posts: 9
Joined: Tue May 29, 2012 3:08 pm

DELETE THIS PLZ

Post by hpegar » Mon Jun 04, 2012 8:07 pm

Hello, iam an absolute beginner, this is my problem,
i want to auto consult a webpage, this web page contains lots of information, and changes name every day, i`ve been solved that already,

Real problem is:
http://www.pjbc.gob.mx/boletinj/2012/my ... 120604.htm

i am try to get result as this format:

0176/10
GLORIA CASTRO VALDES, TAMBIEN CONOCIDA COMO GLORIA CASTRO V SUCESION A BIENES DE PASCUAL SOLORZANO MENDEZ Y ZINGIDA BONILLA GOMEZ, ORD. CIVIL, ACDO

I want to use httprequest, coz i do not want to open internet explorer window.

Any sugestions?


AddDialogHandler>Dialog1,botonok,OnClick,ShowResult
Show>Dialog1,r
SRT>ShowResult
Month>m
Day>d
GetDialogProperty>Dialog1,expe,Text,expe
httprequest>http://www.pjbc.gob.mx/boletinj/2012/my ... ,,Bodytext
Let>text=%BodyText%
Let>pattern=%expe%
RegEx>expe,text,0,matches,num,0
SetDialogProperty>Dialog1,MemoR,Text,matches_1
END>ShowResult

Post Reply
cron
Sign up to our newsletter for free automation tips, tricks & discounts