Right i have a input box with var as links. Just to test i did this:
var g = links.split(" ");
Then run it and when i put a b c d e i thought i was going to get "a,b,c,d,e" which would be right, instead i got:
<TEXTFORMAT,LEADING="2"><P,ALIGN="LEFT">
<FONT,FACE="Times,New,Roman",SIZE="12",C OLOR="#000000",LETTERSPACING="0",KERNING ="0"></FONT></P></TEXTFORMAT><TEXTFORMAT ,LEADING="2"><P,ALIGN="LEFT"><FONT,FACE=
"Times,New,Roman",SIZE="12",COLOR="#0000 00",LETTERSPACING="0",KERNING="0">a,b,c,
d,e</FONT></P></TEXTFORMAT>
How do i get rid of the HTML to leave me with the right thing?
Thanks in advance