[EMAIL PROTECTED] wrote:
Adam, have you tried this with an action url on parameter. Something like : <a href="help" onclick="openWindow('myaction.do?task=doThis');return false;">Help</a>
I'm asking this question because It's not working with me. I seems my url action is not recognized with the openWindow call.
any suggestion ?
Meissa
Adam Hardy <[EMAIL PROTECTED]> 03/07/2003 16:24 Veuillez r�pondre � "Struts Users Mailing List"
Pour : Struts Users Mailing List <[EMAIL PROTECTED]> cc : Objet : Re: How to pass parameters to a javascript popup
Brian McSweeney wrote:
<html:link href="" paramId="helpMessage" staticvalue="helpMessage1"
onClick="openWindow('poppedup.jsp','popup','scrollbars=yes,width=1000, height=500,left=10,top=100')"> </html:link>
Try
<a href="help" onclick="openWindow('poppedup.jsp?helpMsg=helpMsg1');return false;">Help</a>
The return false will stop the link doing any redirecting of the current window, and the popup will obtain the URL + querystring as defined in the javascript.
Adam
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
L'integrite de ce message n'etant pas assuree sur internet, Natexis Banques Populaires ne peut etre tenu responsable de son contenu. Toute utilisation ou diffusion non autorisee est interdite. Si vous n'etes pas destinataire de ce message, merci de le detruire et d'avertir l'expediteur.
The integrity of this message cannot be guaranteed on the Internet. Natexis Banques Populaires can not therefore be considered responsible for the contents.Any unauthorized use or dissemination is prohibited. If you are not the intended recipient of this message, then please delete it and notify the sender.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

