Get objects from another page
I'm new to JQuery. I was wondering if there is a way to get objects from a second browser that I open using JQuery.
Example: I have a page where on a button click it opens www.google.com. Now I want to put some code to return the google search box and enter a value in there from that same original page.
Any help on how to do this in JQuery or any other suggestions on other things that could do this easier would be much appreciated.
Thanks a lot.