html5 - Getting information from another website using Javascript -
i wonder if possible information web paguina via javascript. if not possible using javascript, explain me alternative it.
what want make statistical operations of web page in particular , grab information page run statistics operations.
i found this:parent.frames['page_name'].document.getelementbyid(id).value; parent.frames['page_name'].document.getelementbyname(element_name).value;
possible?
thank much.
Comments
Post a Comment