User214117797 posted
How to call javascript function in asp.net mobile?
Not all mobile devices support javascript so you have to be careful.
If you want to use javascript it is best to add a deviceSpecific filter for isHTML to your web form/panel. Then modify its content template to add your own javascript/html controls.