We have link
to some page (with html code, on the same domain), that page have one img
, which attributes title
and alt
are equal.
Script must open link
(no showing on the page), grab the src
attribute of img
which title=alt
, and throw the value
into some variable
.
Is it possible to do?
Thanks.