You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Tuan H. Le" <tu...@phsadc.com> on 2002/10/18 20:41:35 UTC

to open a modal window (pop-up)

Hi,
Within my <logic:iterate> code I use <html:link> for generating a href to an Action as below
<html:link page = "/viewEmployeeDetails.do" paramId="id" paramName="employee" paramProperty="employeeId"><img src="..."></html:link>
When the user click on the image, I would like to pop-up another window to display the employee details information. How do I accomplish this feature in Struts + <html:link>?
I searched through the archived, but couldn't find the info.
Thanks in advance for your help!
Tuan