Open links to the same tab in Client Xpage?

This should be a simple thing, but for some reason I can’t find any way to do it. I have some links in an XPage that work fine in a browser, however, in the Notes client they open each link in a new tab. I am calling the link in the Notes client with the “Notes://” link protocol and using “http://” for the web based version.

By the way, these are links, not XP:Links.

Does anyone know any parameter I can add or something I can do to make the pages open in the existing tab? I already tried adding " target=“_self” ", but that didn’t seem to do anything.

Thanks,

Dan

Subject: Re: Links in client

You shouldn’t need to use the Notes:// protocol to open an XPage in the client, http protocol should work fine. The only thing you need to add is a session ID when you’re manually creating links for the client.

See Steve Castledine’s blog for how to do this: http://www.stevecastledine.com/sc.nsf/dx/some-important-titbits-when-developing-xpages-for-the-client