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]



Reply via email to