Java Codes
Beginners
Core Java
Date Time
Java2D
Java Applets
Java AWT
Mathematics
Networking
Servlets
Session
Sound
Swing
Threads
Util Package
JDBC
Learning
Other
Security
XML
Java > Core Java sample source codes
Java Script Trim() function
Java Script Trim() function function fnTrim() { for(var L=0; L if(this.charAt(L)!=" ")break; for(R=this.length-1; R>=0;R--) if(this.charAt(R)!=" ")break; if(L==this.length)return ""; return this.substring(L,R+1); } String.prototype.trim=fnTrim; //**** For trim the crtl if ((document.frm.crtlName.value).trim()=="") { //*** Here ur code }
Privacy Policy
|
Link to Us
|
Links