Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q346 Does Internet Explorer 4 support the image object?

irt.org | Knowledge Base | JavaScript | Image | Q346 [ previous next ]

Q346 Does Internet Explorer 4 support the image object?

Yes, Internet Explorer 4 supports the image object. To proves this try:

<SCRIPT LANGUAGE="JavaScript"><!--
if (document.images) {
    alert('Yes I support the image object');
}
else {
    alert('No I do not support the image object');
}
//--></SCRIPT>

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.