1.

Solve : need code..?

Answer»
hey
i need a html code that can mask a variable , like if the variable was the WORD "test" .. the result im looking for , is all the words that say "test" on the page WOULD be masked.. or layerd to read "ok"you would have to USE a scripting language like javascript or PHP in order to do that, not just HTML.
you'll need to parse the entire text of the page and put it into an array and search for the string "test" and for each INSTANCE that it occurs, replace it with "ok".
You can probably find some scripts that do that on just about any javascript or php site.


Discussion

No Comment Found