Language Basics JavaScript DHTML

/*
Learn How to Program Using Any Web Browser
by Harold Davis 
Apress CopyRight 2004
ISBN: 1590591135
*/


Strim a tring



 
Trim a string today! 





 
Enter string for trimming: 









   onClick="document.theForm.display.value = 
   trim(document.theForm.testStr.value)";>








 
Here's the trimmed string: 










   onClick='document.theForm.testStr.value=""; 
document.theForm.display.value=""'>