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??