Hi,

I try to raise a javascript function with the imagebutton onclientclick event but it doesn't raise on my emulator which has ie mobile 6.12.The imageButton do postback instead of calling the client function. this code works fine on my desktop. If i try to do the same thing whith a button it works fine on the emulator. How can I raise the javascript function from the imagebutton ?
Here a simple code to show the problem :...