Sponsors

Web Designer? Design and market your own professional website with easy-to-use tools.

Compare, review and buy thousands of Laptops , software products at CheckCost.co.uk

Your Text Link Here! and your text description here!

Javascript string length property

The string object of javascript allows you to manipulate a stored piece of text.

The length property returns the number of characters in a string.

<script type="text/javascript" language="javascript">

var txt="Hello World!";
document.write(txt.length);

</script>

The javascript code above returns the number of characters in the text "Hello World!".

Free Website Hosting

WebDevelopmentTutorials.com