Good morning,
One of the link of the toolbar opens in the same window of another, ¿what do I do so that open it in another different window?. The function in toolareaiview.jsp:
function openMisDatos()
{
<%if (!isPreview){%>
<%
String clpComponentName = profile.getProperty("ClpComponent");
componentURI.setContextName(clpComponentName);
String clpMisDatosURI = "/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fadmin.templates!2fiviews!2fcom.sap.portal.persoUserProfile";
%>
clpParameter = 'top=20,left=0,height=700,width=650,location=No,menubar=No,resizable=Yes,scrollbars=Yes,status=No,titlebar=Mis datos,toolbar=No,left=' + (screen.width / 3) + ',top=180' ;
clp_wnd = window.open( '<%=clpMisDatosURI%>', 'STATIC_CLP_WINDOW_TITLE', clpParameter);
clp_wnd.focus();
<%}%>
}
</script>
Thanks,
Mercedes