Iframe issue

In iframe i have a website,say

<iframe id=“iframeID” src=“www.google.com” width=“800” height=“500”>

When user clicks and enters values inside the searchbox in the website google.com which is inside the iframe i need to trigger an event in javascript that provides the alert message of the content of the search box…

Is this possible with jquery?

could somebody help…

Sorry but it’s not possible to set events or manipulate iframe’s unless the URL is on the same domain.

Thank you for answering me.

If URL is on the same domain, then how to access iframe?