I am very new to JavaScript as well as JSP.
I have a JSP page. In that JSP page, I have one text box to enter the URL, submit button and Extract button. I also embedded iframe in that JSP page. When I enter a URL in the text box and press submit button, the page is loaded in the iframe. It's working fine.
Now I would like to run another JavaScript on the loaded iframe (which has a web page) when pressing Extract button. How can I do it? Please help me out in this issue.