hey,
I assembled a tiny WYSIWYG editor. that relies on storing data in a hidden field. now, when the page is loaded and the input field is filled with current data containing double quotes - the HTML code becomes corrupted. putting a backslash in front of each dbl quote doesn't help since it's HTML and not JavaScript. I wouldn't want to replace dbl quotes by single quotes. Any clue how to get around this issue?
thanks
I assembled a tiny WYSIWYG editor. that relies on storing data in a hidden field. now, when the page is loaded and the input field is filled with current data containing double quotes - the HTML code becomes corrupted. putting a backslash in front of each dbl quote doesn't help since it's HTML and not JavaScript. I wouldn't want to replace dbl quotes by single quotes. Any clue how to get around this issue?
thanks