i have a hyperlink in my asp page with a Javascript onclick event handling. being an 'asp'-link this hyperlink triggers also an event on the server.. my question is: which event code gets handled first, the client side Javascript or the server side? both are triggered parallelly?
