has anyone seen this code before... i'm just curious. i've never seen the coln used like this to attach mutiple events to an object.
Example:
<INPUT type="radio" id=System2 name=HQ$radio1 value=Q
datasrc=#DcDirectory datafld=sch_sys_cd
onclick="EnableDateFields: somehingImportantChanged: EnableWinterQuarterDates" >Quarter
see how the onclick event has events seperated by a ":"... i can't find any documentation on this syntax, but it works.
has anyone seen any or know of anything documenting this process of "multiple events" seperated by a colon? I'm just curious.
Thanx
Example:
<INPUT type="radio" id=System2 name=HQ$radio1 value=Q
datasrc=#DcDirectory datafld=sch_sys_cd
onclick="EnableDateFields: somehingImportantChanged: EnableWinterQuarterDates" >Quarter
see how the onclick event has events seperated by a ":"... i can't find any documentation on this syntax, but it works.
has anyone seen any or know of anything documenting this process of "multiple events" seperated by a colon? I'm just curious.
Thanx