I have a link in a JSP :
<html:link action="myAction" > Click here </html:link> On Clicking this link, an action is performed and another JSP (forwarded by the Action) opens up. Instead of opening the whole JSP , I want it to open in a window , by calling the a javascript function - window.open. How do I specify the action to be performed when calling window.open --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]