Majoracle
04-04-2007, 09:12 PM
I'm pretty sure this is possible with the replace() function somehow, I just don't know how. sort of like:
function removeHTMLTags(str) {
text = str.replace();
return text;
}
Any way to do this? Thanks.
function removeHTMLTags(str) {
text = str.replace();
return text;
}
Any way to do this? Thanks.