• Resolved Bakhshi

    (@bakhshi)


    Hello
    I read in the other post for button like we should add this code:

    document.location.href="https://cff.dwbooster.com/";

    Please tell me how to add the new tab code to this pices of code?!

    Thankyou

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @bakhshi

    If you want to open the page in a new tab, you should call a window.open as follows:

    
    window.open("https://cff.dwbooster.com/", "_blank");
    

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘How to add new tab to button link’ is closed to new replies.