Skip to main content
Participating Frequently
October 8, 2009
Question

JavaScript for opening a new browser window.

  • October 8, 2009
  • 1 reply
  • 703 views

Hi all,

Let me start by saying that I'm not JavaScript savvy at all.

I have two buttons on a slide and I want each to open a new browser window.

I Googled for a script and found this:

window.open ('URL')

I tried in my project and it worked fine but the browser window that my project was running in also changed.

I've attached a .gif image of what happens to my project window when either of the two buttons is clicked.

Can anyone help??

    This topic has been closed for replies.

    1 reply

    osbornsm
    Inspiring
    February 29, 2016

    Same result here... there must be a resolution somewhere... lol

    R_H__
    Inspiring
    March 18, 2016

    I have found that setting the open method to "current" seems to eradicate this issue.