I ran across an interesting KB article today. I had never seen the "::" notation in JavaScript before, but here it is:
function ctrl::ClickEvent(a,b){ alert("MyWindowControl_ClickEvent");}
This function will handle the "ClickEvent" .NET event that is exposed to script through an object tag:
<OBJECT id="ctrl" classid="YourDllName.dll#ActiveXSourcing.MyWindowControl"> </OBJECT>
For more, read KB313891
Remember Me
a@href@title, b, blockquote@cite, em, i, strike, strong, sub, super, u
Page rendered at Tuesday, January 06, 2009 10:14:00 AM (Central Standard Time, UTC-06:00)
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.