here is the code what i tried.....
the js
var text;
var value;
var myArray;
var found = new Boolean(false);
function getWatchedWords()
{
myArray = new Array();
text = document.getElementById('watched');
value = text.value;
myArray = value.split(" ");
for (var i = 0;i ";
}
}
function checkTypeing()
{
var text2 = document.getElementById('typeing');
var value2 = text2.value;
var last = new Array();
last = value2.split(" ");
if (last[last.length-1] == "")
{
if(found)
{
document.getElementById('writetyped').innerHTML += "";
document.getElementById('writetyped').innerHTML += " ";
}
else
document.getElementById('writetyped').innerHTML += " ";
}
else
check(last[last.length-1]);
}
function check(string)
{
for (var i = 0; i < myArray.length; i++)
{
var occur = string.match(myArray[i]);
if(occur != null && occur.length > 0)
{
if (!found)
{
found = true;
document.getElementById('writetyped').innerHTML += "";
}
else
{
found = true;
}
}
else
{
}
}
if(found)
{
document.getElementById('writetyped').innerHTML += string;
}
else
{
document.getElementById('writetyped').innerHTML += string;
}
}
The Html
TextEditor
Watched words:
Text:
Update: can`t post the html code because the site try to integrate it in the site
So i read it again what i wrote... yeah you are right.... i know it is not an excuse but my mother tongue is not the english...
So i tried to clear it again....
Facts...
2 textarea
in the first textarea need to write the words or chars what you want to "watch" in the typing text
in the second textarea need to type text, so when i type text, under the textarea need to write what is in the textarea (real time) and highlight the whole word if contains the watched words or chars...
For ex:
watched: text locker p
text: lockerroom