.
// I recommend you leave this here as otherwise when you resize NS4's width menus are hidden.
var popOldWidth = window.innerWidth;
nsResizeHandler = new Function('if (popOldWidth != window.innerWidth) location.reload()');
// This is a quick snippet that captures all clicks on the document and hides the menus
// every time you click. Use if you want.
if (isNS4) document.captureEvents(Event.CLICK);
document.onclick = clickHandle;
function clickHandle(evt)
{
if (isNS4) document.routeEvent(evt);
hideAllBut(0);
}
// This is just the moving command for the example.
function moveRoot()
{
with(menu[0][0].ref) left = ((parseInt(left) < 100) ? 100 : 5);
}
// End -->
NEW GOOFS AT TVTOME.
Misbegotten
Are we really supposed to believe that Rev. Purdy has never heard of The Blair Witch Project?
Walt and his pack of cops all drive over from Maine to New Hampshire where Johnny is being held - in such a situation they'd be out of their jurisdiction and would call the local New Hampshire cops.
Why doesn't anybody try the windows when they want to get out of their house? They don't appear to be boarded up, yet all anybody does is go over to the doors and see that they're boarded and give up.
Past Goofs
0 Comments:
Post a Comment
<< Home