Quote:
Originally posted by Emon
Ok. .so now how do I apply it so it will change all occurences of :smile: in a given html document?
|
As favo stated, you would have to read the entire HTML document into the variable
yourtext. However, I am not sure how that could be achieved through JavaScript.
As Nate put it, you might want to look into server-side programming.
Tom