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

Q346 Does Internet Explorer 4 support the image object?

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

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>

©2018 Martin Webb