struts question shall be best answered on the struts-user mailing list <mailto:[EMAIL PROTECTED]>
Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -----Original Message----- From: Michael Chelmowski [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 7:31 AM To: [EMAIL PROTECTED] Subject: How to buld up a link which opens a new window with JavaScript and invokes a Struts action simultaneously? I have tried the following: <html:link href="javascript:window.open('/queryList.do?action=top','Edtij0fm01','to olbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=y es,resizable=yes,copyhistory=no,,'); return false;" onmouseover="window.status='Onderhouden Teksten bij coderingen'; return true"><bean:message key="functie.onderhoudenteksten"/></html:link><br> as well as: <html:link page="/queryList.do?action=top " onclick="window.open('/queryList.do?action=top','Edtij0fm01','toolbar=ye s,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resiz able=yes,copyhistory=no,,'); return false;" onmouseover="window.status='Onderhouden Teksten bij coderingen'; return true"><bean:message key="functie.onderhoudenteksten"/></html:link><br> Any ideas? Both of these don't seem to work. ==========================================================================To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com