Mega Code Archive

 
Categories / JavaScript DHTML / Data Type
 

Get small String

<html> <body> <button onclick="var myS = new String('www.rntsoft.com');                   document.write('regular string'+myS.small());">                  SMALL </button> www.rntsoft.com </body> </html>