Football fun
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Wordcount

Go down

Wordcount Empty Wordcount

Post  True Blue Mon Oct 17, 2011 12:15 am

<form method="POST" name="wordcount">
<script language="JavaScript">

function countit(){

var formcontent=document.wordcount.wordcount2.value
formcontent=formcontent.split(" ")
document.wordcount.wordcount3.value=formcontent.length
}
</script>
<table bgcolor="black" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><textarea style="background:#99FFFF" rows="12" name="wordcount2" cols="20" wrap="virtual"></textarea></td>
</tr>
<tr>
<td width="100%"><div align="right"><p><input type="button" value="Calculate Words"
onClick="countit()"> <input type="text" name="wordcount3" size="20"></p>
<div align="center"></p>
</center></div></div></td>
</tr>
</table>
</form>
True Blue
True Blue

Posts : 160
Join date : 2011-09-29
Location : N.Ireland

https://footballfun.forumotion.co.uk

Back to top Go down

Wordcount Empty Wordcount a box within a box

Post  True Blue Mon Oct 17, 2011 12:36 am

<form method="POST" name="wordcount">
<script language="JavaScript">

function countit(){

var formcontent=document.wordcount.wordcount2.value
formcontent=formcontent.split(" ")
document.wordcount.wordcount3.value=formcontent.length
}
</script>
<table id="shell" bgcolor="black" border="1" height="20" width="30">
<tr><td>
<table id="inner" bgcolor="yellow" height="50" width="50">
</script>
<table bgcolor="black" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><textarea style="background:#99FFFF" rows="12" name="wordcount2" cols="20" wrap="virtual"></textarea></td>
</tr>
<tr>
<td width="100%"><div align="right"><p><input type="button" value="Calculate Words"
onClick="countit()"> <input type="text" name="wordcount3" size="20"></p>
<div align="center"></p>
</center></div></div></td>
</tr>
</table>
<tr><td></td></tr>
</table>
</td></tr></table></form>
True Blue
True Blue

Posts : 160
Join date : 2011-09-29
Location : N.Ireland

https://footballfun.forumotion.co.uk

Back to top Go down

Back to top


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