How to jump to the parent page using a link in a Question

When creating a link within Question, what settings should I make to make it behave the same as target=“_parent”?

This is used to avoid the phenomenon of not being able to transition when X-Frame-Options is set at the link destination.

@akht You can use ?useTarget=_blank to trigger things in a new tab. If you need things to open in the parent, you can test out: ?useTarget=_parent.

The full link on the form will be:
[Text here](https://domain.com?useTarget=_parent)