I am having a problem opeing a popup window when run in a browser locally. If I put it online, it popups fine. The issue is this is going on a DVD and needs to be able to run locally. Here is my getURL code:
getURL("javascript:NewWindow=window.open('notes.html?page=" + currentIndex + "','Notes','width=800,height=500,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No'); NewWindow.focus(); void(0);");
any ideas?