View Single Post
  #6 (permalink)  
Old 03-20-2002, 05:07 AM
tthurgo's Avatar
tthurgo tthurgo is offline
Moderator
 
Join Date: Jan 2002
Location: Lebanon, PA
Posts: 357
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
Reply With Quote