PricingBlog

"Go To URL" in new window

  • patrickmast-1266375161590845523

    Patrick Mast

    1 year ago

    How can I use the "Go To URL" action to open the URL in a new window? The "Go To URL" action does not seem to have any parameters that allow this.
  • mighty.13-1266381757553574041

    Mighty

    1 year ago

    You can add an attribute to the link element. Add "target" and set value as "_blank".
  • Like so.
    1266381817804623973-Screenshot_2024-07-26_at_14.08.53.png
  • jacobkofoed-1266385591357149285

    Jacob Kofoed

    1 year ago

    You should use links as described by @Mighty Browsers may not want to open pages in new tabs or windows from a non-click-event, if you use an action such as “Go to URL. This is a form of pop-up blocker system in browsers.