Would like to open link in a new window

  • Arvig
    Asked on June 1, 2017 at 2:06 PM

    Hi, we are having an issue with how our form displays on our website.  We want to make it so when someone clicks a link a PDF will open in a new window.  Currently we are having the issue that the PDF opens in iFrame on our website.

     

    How can we make it so that it opens in a new window and keeps the form the same on the website?

     

    Thank you!

  • Mike
    Replied on June 1, 2017 at 4:42 PM

    Please try adding a target="_blank" attribute to the links. Then, test it again.

    Example:

    <a href="http://www.example.com/file.pdf" target="_blank">PDF Link</a>

    Would like to open link in a new window Image 1 Screenshot 20

    If you need any further assistance, please let us know.

  • Mike
    Replied on June 1, 2017 at 4:45 PM

    Looks like the link in my answer was stripped, here it is:

    HTML < a > target Attribute

  • flinenergy
    Replied on June 13, 2017 at 10:15 AM

    Thanks MIKE! Helped me fix my website so quickly :)