The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Word Counter Failure

2 posters

Go down

Word Counter Failure Empty Word Counter Failure

Post by Forever+More Fri Jul 16, 2010 10:41 am

I tried adding a Javascript code app to my site that was a word counter. Apparently it didn't work. Is there anyway to fix this code to work under the site widget section on the side of the site, or is there any place i can find a new code?

Spoiler:
avatar
Forever+More
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Word Counter Failure Empty Re: Word Counter Failure

Post by Gramagamus Online Fri Jul 16, 2010 6:39 pm

Try this:
Code:
<form name="form1" method="post">
<textarea name="inputString" cols="50" rows="4">Text to count</textarea>
<br>
<input type="button" name="Convert" value="Count Words" onClick="countWords();">
<input name="wordcount" type="text" value="" size="6">
</form>
Gramagamus Online
Gramagamus Online
Forumember

Male Posts : 441
Reputation : 0
Language : English | HTML |
Location : Australia

http://gramagamus.darkbb.com/

Back to top Go down

Word Counter Failure Empty Re: Word Counter Failure

Post by Forever+More Fri Jul 16, 2010 6:52 pm

The code went through but the text is white on white on where you put the words in, and the part where it tells you how many words is black on black. x.x
avatar
Forever+More
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Word Counter Failure Empty Re: Word Counter Failure

Post by Gramagamus Online Fri Jul 16, 2010 7:04 pm

Code:
<font color=#000000><form name="form1" method="post">
<textarea name="inputString" cols="50" rows="4">Text to count</textarea>
<br>
<input type="button" name="Convert" value="Count Words" onClick="countWords();">
<input name="wordcount" type="text" value="" size="6">
</form></font>
That should probably work Wink
Gramagamus Online
Gramagamus Online
Forumember

Male Posts : 441
Reputation : 0
Language : English | HTML |
Location : Australia

http://gramagamus.darkbb.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum