Peter Zotov wrote:
Use a tree walker to search the document for text nodes, then use if (/%/.test(nextNode.data)) nextNode.data = nextNode.data.replace(/%/, " percent! ");yes, i can use onload listener, but how i can REPLACE words?
_______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
