These give me "invalid character". Why? Is it the ampersand or the
<>?
source=source.r eplace( /\</g, "<" );
source=source.r eplace /\>/g, ">" );
--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cybers pace.org | don't, I need to know. Flames welcome.
<>?
source=source.r eplace( /\</g, "<" );
source=source.r eplace /\>/g, ">" );
--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cybers pace.org | don't, I need to know. Flames welcome.
Comment