10-28-06 06:41 PM
You could use target="_blank" in the hyperlink tag or use a javascript popup
.
for example:
<wps:urlGeneration contentNode="portal_page_unique_name">
<A href="<% wpsURL.write(out); %>" target="_blank">
<h:outputText value="Click Here"/></A>
</wps:urlGeneration>
Rama.
[ Post a follow-up to this message ]
|