View Single Post
  #3 (permalink)  
Old 03-19-2002, 10:48 AM
favo favo is offline
Registered User
 
Join Date: Jan 2002
Posts: 12
maybe this helps:

Code:
<SCRIPT LANGUAGE="JavaScript">

var yourtext = "blabla :smile1: blabla";

var parsedtext = yourtext.replace (/:smile1:/, "<img src=smile1.gif>");

document.write (parsedtext);

</SCRIPT>
__________________
I've been trying to change the world for years, \
but they just won't give me the source code..

watch tv online - TV Stations/Channels Broadcasting from around the World
Reply With Quote