function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Deepak ChouhanDeepak Chouhan 

mobile no validation onkeyup

Hi, i have created a inputfield for mobileno. i want to keyup event on mobile field without page reload. with boolean return type
pls help me out
PratikPratik (Salesforce Developers) 
Hi Deepak,

You can write javascript on "onkeyup" event in the inputfield tag.

Refer to:
onkeyup event:
http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_input.htm

javascript:
http://www.w3resource.com/javascript/form/phone-no-validation.php

Thanks,
Pratik

P.S. If this answers you question, please mark it as "Best Answer" so it will help other community members too.