If you are using in the script .
use thi function

function alphanumeric(value,field){
        var alphaExp = /^[0-9a-zA-Z]+$/;
        var input = alphaExp.test(value);
        if(value == "")
        {
            return true;
        }
        if(input == true)
        {
            return true;
        }
        else
        {
            alert(field);
            return false;
        }
    }

On Wed, Jul 11, 2012 at 4:26 PM, Raghu Chandra <raghuchan...@kenapps.com>wrote:

> Hi.,
>
> i am raghu here, can any one please tell me what is the widget-style ="" we
> will use
> for validating only alphanumeric non space.
>
>
> Thank you.
>
> - Raghu
>



-- 
*Thanks & Regards
SAURABH SINGH
**Software Engineer*
*Mechatronics Systems Pvt Ltd*
*BHOPAL (M.P.)*

Reply via email to