While working on one of our sites, I noticed funny code starting to show up in the WYSIWYG editor area. I'm not sure if it actually messed anything up, but it was really annoying:
<input id="gwProxy" type="hidden" /> <input id="jsProxy" onclick="jsCall();" type="hidden" />
I found one
article online that said it was an FCK / ...
View Post