New window popup problem

Q&A about the latest versions
Post Reply
GMStudio
Posts: 63
Joined: Wed Feb 01, 2012 8:12 pm

I use this Java script to open a new window in my presentation:
javascript:window.open('http://www.adobe.com','win','height=200,width=300,toolbar=no,scrollbars=yes');void(0);

The new popup window opens and when I accidentally click with mouse to the presentation (and not close the new window popup) a new window is hidden behind the presentation. But it would not be a problem if the next object to which I click, open in new window (as in classic HTML pages) but it just will not open. What's the problem?

thank you
Post Reply