« Back to profile of KeepDoom

  • javascript

    Custem Validation وارجاع قيمته بـ Flase

    هذا الكود يرجع ب false ل Custom Validation في الجافا سكربت تنويه : يرجو الإنتباه إلى انه يجب ادخال اسم الدالة في خصائص ال Custom Validation 

    21:27 Jul 25 2010 | Tags : ASP.NET,javascript,VALIDATION,
    						<script lang="javascript">
function Test (src,args)
{



if ( args.value.length < = 8 || args.value.length >=12)
{

args.IsValid=false;

}
}
</script>    			         

    1 comments

  • KeepDoom says :

    فيه غلط إملائي بالعنوان ليش ما اقدر اعدل عليه يا إدارة ؟؟؟؟؟

Add comment
To add a comment, please : Login or Sign up
    KeepDoom
    ثامر العقيل
  • New visitor?

    On setCode, you can save your codes, functions and classes, you can also share them with your friends, and track your favorite developer

    Join the SetCode community
  • Your language here :