Hi,
following does not concern to STRUTS but maybe somebody has an idea ?
Using the following statement doesn't work
<a href="javascript:window.open('<%= response.encodeURL("candiHilfe.jsp")
%>','CANDI++HILFE','toolbar=no,location=no,scrollbars=no,resizable=no,width=
600,height=500');">
because my JSPEngine makes the following with it:
<a
href="javascript:window.open('candiHilfe.jsp','CANDI++HILFE','toolbar=no,loc
ation=no,scrollbars=no,resizable=no,width=600,height=500');?GXHC_gx_session_
id_=GXLiteSessionID--9055638075797760312">
and subsequently I get a scripting error.
Thanks Oliver