The information in this article applies to:
SYMPTOMSIn Microsoft JScript 1.0, the VBScript-style event syntax using Object_Event could be used to trap events. The following is an example of this syntax: function MyObject_MyEvent(a, b) { // event code } CAUSEJScript 1.0 incorrectly implemented the above syntax. RESOLUTIONUse the FOR and EVENT attributes of the <SCRIPT> tag to handle JScript events. STATUSThis behavior is by design. MORE INFORMATION
The Object_Event syntax worked in JScript 1.0, but this incorrect syntax
was removed in JScript 2.0.
REFERENCESFor information on using JScript, refer to the documentation available at the following Web site: http://msdn.microsoft.com/scripting/For more information, please see the MSDN Web Workshop: http://msdn.microsoft.com/workshop/default.asp Additional query words:
Keywords : kbcode |
Last Reviewed: May 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |