hey i want to access one html page(from frame or iframe) which is residing on another domain
(for e.g.
http://www.google.com)and after that i am reading contents of the page
by using following code
myFrame.document.body.innerHTML
which is giving access denied error
microsoft document says this is not possible if you are accessing
page from another domain
(
http://msdn.microsoft.com/library/de...g_security.asp)
may i know how to handle this?
my requirement is to read some contents from third party html page(we have understanding with those people) and put into our site
please suggest some ideas
thanks
hrishikesh musale