String.prototype.Trim=function(){
return this.replace(/(^/s*)|(/s*$)/g,"");
}
function getBpmSelectItems(){
alert(document.form.name.value.Trim().length);
}
String.prototype.Trim=function(){
return this.replace(/(^/s*)|(/s*$)/g,"");
}
function getBpmSelectItems(){
alert(document.form.name.value.Trim().length);
}