<a href="javascript:openWindow('reportDelivery', 
'/budsDev/jsp/reportDeliveryQP.jsp',1,350,300)">

or if you want open the page with reportNav action (that's what I use):

<a 
href="javascript:openWindow('reportDelivery','fullPath/reportNav.do?action=Load',1,350,300)">

or, not sure if they work, if you realy wants to use html:link:

<html:link  page="" 
onclick="javascript:openWindow('reportDelivery','fullPath/reportNav.do?action=Load',1,350,300)"
 >
or
<html:link  
href="javascript:openWindow('reportDelivery','fullPath/reportNav.do?action=Load',1,350,300)"
 >


-----Original Message-----
From: Villegas, Courtney [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 4:54 PM
To: 'Struts Users Mailing List'
Subject: Javascript and Struts


Is it possible to mix javascript and struts?  I want to create a popup
window that is opened through an action.

There was some talk of doing this about a month ago, but I looked on the
user-list archives and couldn't find any information.

Any help would be greatly appreciated.

Thanks!!!
Courtney

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to