M
Mahdi Rad
for example there is site with address www.X.com, that has the price
of some product:
<div id="product1">price: 100$</div>
now I wanna make site www.Y.com and then, I wanna read the price of
product1 which is in the site www.X.com
we can read the value in the html site with javascript command like
this:
String s = document.getElementById("product1").value
but how can we read this value in out of that site?
the improtant thing is : do it with code, beucause I wanna update my
site automatically
can anybody help me?
of some product:
<div id="product1">price: 100$</div>
now I wanna make site www.Y.com and then, I wanna read the price of
product1 which is in the site www.X.com
we can read the value in the html site with javascript command like
this:
String s = document.getElementById("product1").value
but how can we read this value in out of that site?
the improtant thing is : do it with code, beucause I wanna update my
site automatically
can anybody help me?