Peter Zotov wrote:

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

Reply via email to