I want to use a word counter as link back by putting a link to my site, When you click on it it will take you to were you can copy code with my link back in it to there website but I cant get to work and the only way it will do it is to post the link out side of the space for the word counter. While somoen wrote the code they said anyone could copy and past it to there site. Here is the link back code. Get the code to past in to your site for this word counter below or I might take this code and make a clickable link to the code page that says as a text link (anchor Text. <a href=" ">http://www.webbusinesstoolsonline.com/Code-for-word-counter.html</a Using the link mentioned above with the code I am about to give you that will be p;aced on a page where you can use the word counter as well as using </textarea><textarea> the code for the on site word counter and the code between </textarea><textarea>. After reading this code if you know were to put my link in the code below so I can do this By the way I did not write this code I ran across it on the Internet Please create a link back to my site using<a <a href=" ">http://www.webbusinesstoolsonline.com/Code-for-word-counter.html</a Here is the code the link goes in. <textarea><!-- TWO STEPS TO INSTALL WORD COUNT: 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Original: Shawn Seley --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin function CountWords (this_field, show_word_count, show_char_count) { if (show_word_count == null) { show_word_count = true; } if (show_char_count == null) { show_char_count = false; } var char_count = this_field.value.length; var fullStr = this_field.value + " "; var initial_whitespace_rExp = /^[^A-Za-z0-9]+/gi; var left_trimmedStr = fullStr.replace(initial_whitespace_rExp, ""); var non_alphanumerics_rExp = rExp = /[^A-Za-z0-9]+/gi; var cleanedStr = left_trimmedStr.replace(non_alphanumerics_rExp, " "); var splitString = cleanedStr.split(" "); var word_count = splitString.length -1; if (fullStr.length <2) { word_count = 0; } if (word_count == 1) { wordOrWords = " word"; } else { wordOrWords = " words"; } if (char_count == 1) { charOrChars = " character"; } else { charOrChars = " characters"; } if (show_word_count & show_char_count) { alert ("Word Count:\n" + " " + word_count + wordOrWords + "\n" + " " + char_count + charOrChars); } else { if (show_word_count) { alert ("Word Count: " + word_count + wordOrWords); } else { if (show_char_count) { alert ("Character Count: " + char_count + charOrChars); } } } return word_count; } // End --> </script> </HEAD> <!-- STEP TWO: Copy this code into the BODY of your HTML document --> <BODY> Get the code for this word counter here <a href=" ">http://www.webbusinesstoolsonline.com/Code-for-word-counter.html</a><a <form> <textarea cols=40 rows=5 name=x> </textarea> <br> <input type=button value="Count Words" OnClick ="CountWords(this.form.x, true, true);"> </form> <!-- Script Size: 2.04 KB --></a></textarea><textarea>. is