Can I call on more than one fuction at once with onChange and if so how?
| SitePoint Sponsor |

Can I call on more than one fuction at once with onChange and if so how?
you can use attachEvent/addEventListener or a custom registry (like any decent library would provide).
My outdated site is down for a while now.


This is crude but you can specify in the HTML:
onChange='fun1(); fun2();'
mikem
Bookmarks