View Full Version : replace strings


benbramz
04-03-2003, 06:54 PM
How might i be able to replace part of a string with some different text on a web page using javascript?

For example, replace the 'z' in 'ABz' with a 'C', to give the string 'ABC'

thanx, ben