Hi all gurus
In short my question is how to present a number of images that links to different applications/pages on a front page using the light framwork page?
With the light framework page we said goodbye to the epcm, and because of that I can no longer use parent.EPCM.doNavigate('ROLES:...') in the html-pages that I refer to in a html-file. The content of the html-file can then be presented through an URL-iview that can be fitted anywhere on the portal frontpage. But I guess an URL-iview can only have URL as isolation method and because of that it will be presented in its own IFRAME, correct?
Now, I have read that I should use the nav-url functionality instead of epcm, but hos is this done?
If I use the following code in my referenced html-file:
<!-- <div class="left"><A HREF="#" target="_self" onClick="javascript:parent.location.href='/irj/portal?NavigationTarget=navurl://0557f8eb254293e8d6f5a3b69bb9f168'"><IMG SRC="/irj/go/km/docs/etc/public/email.jpg" border="0"></A></div> -->
the user is sent to the correct iview on the correct page, but the detailed navigation does for some reason not work!!?
But if I use this code:
<!-- <div class="left"><A HREF="#" target="_self" onClick="javascript:parent.location.href='/irj/portal/email'"><IMG SRC="/irj/go/km/docs/etc/public/email.jpg" border="0"></A></div> -->
where email is a quicklink to the iview, it all works.
Can someone please help me understand this behavior and let me know of a better way to place clickable images on a light frontpage in order to avoid the extra IFRAME and thus more round trips?
Kind regards,
Martin