
strange scripting problem in IE6 on WinXP
I built a simple ActiveX control using VB6 SP5 and deployed it on a Windows
XP machine. The control exposes a single method and, scripted in JScript,
was working fine up until yesterday.
Yesterday it stopped working in a somewhat bizarre way. The control gets
created on the page fine. When its single method is called, on a click of a
button, the following error is reported: "The object doesn't support this
property or method". I viewed the control's type information using OleView
and the method is there. There is no spelling mistake in the script. I tried
renaming the method and building a few test controls without success. It
seems that I can't call methods on any of the controls I built on this
particular computer. Exactly the same script and controls work on other
machines.
Any ideas on what might have caused this problem?
Thanks,
-Vlad