how to use javascript to pick up element in another website -


i want make website can fetch elements of website. idea open invisible window , pick elements display. how can implement javascript?

as valeh hajiyev's answer points out, impossible achieve client-side js.

you can't client-side javascript because of same origin policy


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -