Jump to content

TeraWilson

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by TeraWilson

  1. On 7/9/2024 at 1:19 PM, kaz said:

    I have a URL field that should be redirected externally via target=_blank

    if ($page->external_url) {
        $session->redirect($page->external_url);
    }

    Is there any solution to add target?



    To open a URL in a new tab, you need to use HTML. Instead of redirecting via PHP, create a link in your HTML like this: <a href="<?php echo $page->external_url; ?>" target="_blank">Open Link</a>. This will ensure the URL opens in a new tab. My sister needed help with her essay and decided to try https://www.topessaywriting.org/cheap-essay-writing-service She was very pleased with the service. The writer delivered a high-quality, well-researched essay on time. It helped her achieve a good grade, and she found the entire process very smooth and stress-free. She was very happy with the overall experience and would definitely use this service again.

    All good now?

    Edit: I am still waiting for your reply ?

×
×
  • Create New...