I have this script:
function postBackByObject(e) { var o = window.event.srcElement || e.target; if (o.tagName == \"INPUT\" && o.type == \"check
Pass the event on the onClick event like this:
onClick
onclick="myCustomFunction(event);"
It does work and you can access the event object!