Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

checkExclusions and Windows 2000

Featured Replies

I've reported this before checkExclusions fails on Windows 2000 SP 4.

The relevant code looks like this:

function checkExclusions(i)
{
position="check.js";
whatfunc="checkExclusions()";

var n, k;
var nArray = new Array();
var elem = document.getElementById("chkbox"+i);

if (elem==null)
return;
if (!excl[i])
return;
tabs++;

for (k=0; k<rekArray.length; k++)
{
if (rekArray[k]==i)
return;
}

rekArray.push(i);

and it is that rekArray.push(i); that upsets Windows 2000.

I know I'm probably the only person testing Windows 2000 installs at this point :-) but is there an easy workaround?

  • 2 weeks later...

Do you use latest Internet Explorer for Win2k ?

Because for me (using old wpi version ...) "dependance" won't work until IE update ... so my batch detect ie version and update it if Win2k used ...

  • Author
Do you use latest Internet Explorer for Win2k ?

Because for me (using old wpi version ...) "dependance" won't work until IE update ... so my batch detect ie version and update it if Win2k used ...

Thanks for the suggestion. My Win2K starts out as the basic Win2K with slipstreamed SP4 (iirc) so it won't have the latest IE. I'll try out your idea after Christmas (bit busy right now!) and see what happens!

Thanks.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.