Show the error message in Netscape 4.06 and later
This document has the following <body> tag:
<body onLoad="document.myform.elements[0];confirm(document.myapplet.getAppletInfo())">The bug disappears if the HTML form access is removed from onLoad:
<body onLoad="confirm(document.myapplet.getAppletInfo())">