i need to create a pop up window from my java. Can anyone give me some samples for creating window.open popup from java bean? I have a list of records created from java. in that list i have a column called ID with anchor link. When clicking on that link it should open the popup and retrieve the details.
No Name Amount
1 xxx 15
2 uuu 20
3 uku 23
4 iko 09
I assume that you know some javaScript for this .
On click of a Link call a function this way
Process your request with Servlet , get the Data and show it on that page.
In case you use Struts, replace servlet with a Action class .