• Hello all,

    Is it possible to open another window(E.g https://www.google.com)upon loading of another page?

    Right now, I have a form to capture users details, after completion of the fields, he will be directed to a “Thank you” page.(*Done till this step at the moment)

    I wanted to open up another window to direct him to the forex website to open his account, how do I go about doing this?

    Looking forward to hearing from you all, CHEERS!

    Best Regards,
    Chris

Viewing 1 replies (of 1 total)
  • I would not suggest opening a new window for a user automatically. Instead, offer a link on the Thank You page that leads the user to the website. You can then have the link open the new window or tab using <a href="https://example.com" target="_blank">Open Account</a>

Viewing 1 replies (of 1 total)
  • The topic ‘Window Open Upon Page Load’ is closed to new replies.