I have some characters that are causing my parser problems - so while i
sort that out i want to use a substitute as you go approach to weed them
outthe keystrokes are < > & and 'am i able to modify this
code:xfa.event.change= xfa.event.change.replace(/'/g,"´"); to work
against all of those at one time --so something on the change event that
would work like this:if new character is "<" then substitute "(" if new
character is ">" then substitute ")"if new character is "&" then
substitute " and "ne...