Hi all,
In a menuappbar file I have following menu item:
<menu-item name="GenerateShortProfile"
title="${uiLabelMap.GenerateSP}">
<link
target="javascript:window.open(document.ExperiencesOverview.selectedExperiences.value,
'newwindow');" url-mode="plain"/>
</menu-item>
When in the browser and I clik on the generated menu a new window is opened
and the expected result is shown (based on the generated url in field
selectedExperiences), but the originating window changes to a blank screen
with only
*[object Window]*
in stead of displaying the original page.
Somewhere I am doing something wrong, but what? And how do I resolve this?
Any pointer would be appreciated.
Regards,
Pierre