I could not duplicate the problem. I did however, receive a warning about pop-ups that I had to respond to with 'temporarily allow' before it would work. I use a similar script on some pages I master and have never seen this behavior (pop-up warning). I'd suggest trying these changes to the in page part of the code, currently:
Code:
onMouseOver="JavaScript: newWindow = openWin( 'strongs/g1597.html', 'POPUP', 'width=450,height=170,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=0,screenX=0,left=0,screenY=0,top=0' ); newWindow.focus()"
to:
Code:
onMouseOver="JavaScript: newWindow = openWin( 'strongs/g1597.html', 'pwin', 'width=450,height=170,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=0,screenX=0,left=0,screenY=0,top=0' ); return true;"
though I am not certain this will fix it or even get rid of the 'allow pop-ups?' prompt. It may even mess things up so, backup your page first.
On another note. I've updated the earthquake script, my new version is in the Bug Reports forum here. It works in IE4+ NS4.79+ and FF.
Bookmarks