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>