Page 1 of 1

New window popup problem

Posted: Mon Mar 05, 2012 8:30 pm
by GMStudio
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