This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Feb 23, 2011, 3:13 PM
8 Posts

XPage and link to open document.

  • Category: Debugging
  • Platform: Windows
  • Release: 8.5.2
  • Role: Developer
  • Tags:
  • Replies: 5
Hello,
I have a XPage with a tabbed panel in one of the tabs I put a Notes document containing links.
The document appears fine in my browser, but when I click on the link opens the document in the same window and so mask my XPage.
I would like to open the link in the same tab, how do?
In the properties of
my XPage I put DefaultLinkTarget = _self and various other settings to no avail.
The link in my Notes document is like this: @ URLOpen ("0/5F2379D51576D977C1256921002DC690? OpenDocument")

Thank you
Abdelaziz Sallami
Feb 23, 2011, 4:01 PM
13 Posts
Re: XPage and link to open document.
there is a setting for window behavior on a link, set it to open in new window, its on the properties panel under link on the right side
Feb 24, 2011, 10:19 AM
8 Posts
Re: XPage and link to open document.
Thank you,
but I dont want to open the link in a new window, but in the same tab.
Is it possible?
Feb 24, 2011, 12:23 PM
6 Posts
Re: XPage and link to open document.
Set the link target also. "_top" is what you need.
Feb 24, 2011, 2:32 PM
40 Posts
Re: XPage and link to open document.
 Ok, so "same tab" I assume refers to the same Tab on the XPage itself, not a browser tab?  If thats the case, then you'll need to encase the content area of the tab in an iframe, and load the contents there ... its not all that easy to work through, but can be done (and I do it in several apps myself) ...
Feb 28, 2011, 3:18 PM
8 Posts
Re: XPage and link to open document.
Hello,
Yes on the same tab in the XPage.
How to insert a frame in the tab?
Thank you again.

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal