Get the lengh of a string
|
|
<html> <head> <script type="text/javascript" language="javascript"> <!-- // onload = function(){ var myString = "AAA"; document.write(myString + " has a length of " + myString.length + " characters."); } // --> </script> </head> <body>
</body> </html>
|
|
|
HTML code for linking to this page:
Related in same category :
-
|