In my application,I have a
JSP page where I need to embed a link inside a iframe which is generated from one other service. When the iframe is loaded, i need to perform some actions, where the control is not within my application. But when a button is clicked inside the iframe I need to call some
java method within my application. How can I listen to a event within the iframe. Please help me out in this issue?