• I have a handful of pages that I would like to open in new window.

    Is it possible to do this – and if so how?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Yes you can create as many popup windows as you want https://www.htmlgoodies.com/beyond/javascript/article.php/3471221

    Thread Starter Gemini23

    (@gemini23)

    Thanks Andrew,

    I am just trialing an email optin plugin – which on signing up by entering name and email etc a new window takes over the page that the user was on… I really don’t like that… it would appear that the function cannot be turned off… so I thought maybe a pop-up page would be one ‘fix’.

    I added the following code to the subscribe page but it made no difference…

    <SCRIPT LANGUAGE=”javascript”>
    <!–
    window.open (‘page.html’)
    –>
    </SCRIPT>

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It would appear you need help with a specific plugin. What is the plugin name?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to get selected pages to open in new window?’ is closed to new replies.