Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q928 How do you detect if the user has disabled images on their browser?

You are here: irt.org | FAQ | JavaScript | Image | Q928 [ previous next ]

This is not possible. I couldn't even get the following to work in Netscape Navigator 4.5:

<script language="JavaScript"><!--
if (document.layers) {
    netscape.security.PrivilegeManager.enablePrivilege('UniversalBrowserRead');

    var imagesSupported = navigator.preference("general.always_load_images");
}
//--></script>

©2018 Martin Webb