Re: Access contents of another (unrelated) window
Posted By:
Christopher_Koenigsberg
Posted On:
Friday, March 14, 2008 09:59 AM
I don't think Javascript in a client page (you did post in the Javascript forum) is allowed to do that (it's called "cross-site scripting", you can look that up, and there's all kinds of security intended to prevent it!).
An application (not just Javascript in a browser) could make an http connection to the URL from window B and read the response, on its own...