Link url to same window Target="_self"

I want to link certain values (order_no) to a link that opens another application (wordpress) so that the record can be edited. I can do that, the only problem is that the link opens in a new window which takes the user out of my custom environment were I embed the dashboard via an iframe. Is it possible to open the link in the same window? So have a target _self?

Hi @diginomad
Currently no:
https://github.com/metabase/metabase/issues/10370 - upvote by clicking :+1: on the first post

Thanks....
I've managed to get it working in Firefox, which is my preferred browser anyway..

To make Firefox open all links in the same tab, follow these instructions:

  1. Type about:config in the Firefox address bar
  2. Bypass the security warning
  3. Find the browser.link.open_newwindow.restriction preference
  4. Double click it to change the value to 0
  5. Find the browser.link.open_newwindow preference
  6. Double click it to change the value to 1

Hope this helps.