Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why won my Navigator 3.0x script run under MSIE 3 for Windows 95?

0
Posted

Why won my Navigator 3.0x script run under MSIE 3 for Windows 95?

0

Most language features and objects that are new in Navigator 3.0 are not supported in MSIE 3.0, although several Navigator 3.0 items have been added to JScript version 2 (see below). Here’s the quick list of items not available in MSIE 3.0: UNSUPPORTED OBJECTS • Image — this means no onMouseOver swappable images in MSIE 3 • Area — no onMouseOvers • Applet • FileUpload • Array — hard-wired (JS1.0) arrays OK; implemented in JScript v.2. • MimeType • Plugin UNSUPPORTED PROPERTIES / METHODS / EVENT HANDLERS OF SUPPORTED OBJECTS • Window onerror closed blur() focus() scroll() onBlur= onFocus= • Location reload() replace() • Document applets[] domain embeds[] images[] URL • Link onMouseOut= • Form reset() onReset= • (All Form Elements) type • Navigator mimeTypes[] plugins[] javaEnabled() • String prototype split() One more item: the