What is the below code
Posted
by Priyanka
on Stack Overflow
See other posts from Stack Overflow
or by Priyanka
Published on 2010-06-10T10:52:24Z
Indexed on
2010/06/10
11:02 UTC
Read the original article
Hit count: 167
Hello, I am getting an issue wherein I am using FCKEditor, and once I type in something, in the source of FCKEditor, something like below is getting iserted automatically.
<input type="hidden" id="gwProxy" /><!--Session data--><input type="hidden" id="jsProxy" />
<div id="refHTML"> </div>
Some hidden tag is getting inserted, which isnot getting diplayed here in my question. Can anyone tell me about this. Thanks in Advance
© Stack Overflow or respective owner