Yes you can.
First you need a control that have autopostback active (even if hidden) so
that in the page is written a javascript function
__doPostBack(eventTarget,eventArgument) that raise a postback event.
This is a little dirty but work.
Excuse for my bad english.