I don’t get the context so I assume that you would like to right click a link to open the destination URL in a new tab just as in the gif below?
Hi Haritha,
Try the following:
https://docs.mendix.com/refguide6/link-button
Add a button styled as link. In button properties use the open link option.
In the page which you want to open by clicking this button, configure the URL.
So what ever you type after /p/<pageURL> in the above button, you must configure in the page URL attribute
Hope this helps.
It may be worth looking at the SpecialLink widget. This was mentioned on Slack a few days ago and may do what you need. It doesn’t seem to be on the App Store so you’d need to download it from GitHub, build it, then export it to your project.
https://github.com/mendix/SpecialLink
It’s used on these forum pages to link to user profiles.