I'm using Jscript and attempting to write something to strip out all "<br>" tags in a string and replace them with nothing i'm using:
Introduction = Introduction.replace("<br>", ""
however this seems to be replacing only the first <br> tag in the string.
can anyone help!
thanks
Emma
Introduction = Introduction.replace("<br>", ""
however this seems to be replacing only the first <br> tag in the string.
can anyone help!
thanks
Emma