Sunday, 18 August 2013

Find element attributes on different domain using Javascript

Find element attributes on different domain using Javascript

Is it possible to find the attributes of certain elements on one website
and display them on another website? For example, if I have website 1, can
I use Javascript/jQuery to find out the size of a specific image or div on
website 2 and display those attributes on website 1?
If I can't do something like that with Javascript, is there an alternative
way of going about accomplishing that specific example?

No comments:

Post a Comment