I’m new to java.
Am trying to fetch the data from webpage while clicking a button from .jsp page. I used Window.open() to open a webpage, but unable to get the control values from that webpage.
I just tried with Window.open(). No need to open that webpage. Only thing is, we need to read the data from that webpage either by open the page or without open that page.
Please help on this.
I am not really clear with the question. But will attempt to re-phrase it-
I personally dont think if this can be done because then it would be serious security threat to access confidential data [like passwords, etc] from any page.