I info2000 Client Регистрация 12.02.2012 Сообщения 42 Благодарностей 1 Баллы 8 17.05.2014 #1 Hi, i need get all "a hrefs" into a div. in css selector i will do this: div#id a.classname How can do it with zennoposter? Thanks
Hi, i need get all "a hrefs" into a div. in css selector i will do this: div#id a.classname How can do it with zennoposter? Thanks
shabbysquire Client Регистрация 25.11.2012 Сообщения 544 Благодарностей 26 Баллы 28 20.05.2014 #2 To get links (anchors) for, in your case, a div, you'd need to grab it with regex. Then use DOM action and either put to a list or variable.
To get links (anchors) for, in your case, a div, you'd need to grab it with regex. Then use DOM action and either put to a list or variable.