Hi all
I am facing the problem like
I have some content in my page which used to edit if user want.
I have also another textarea else than fckeditor, which is simple textarea.
Now the problem is when my page is submitted, and i compare it with the data i have put in the fckeditor, the data is mismatched with each other. I haven't made any change in the fckeditor content, even I havent clicked on it.
When I go to compare original value and submitted value, I found that some html tags have been changed with their attributes sequence, like in img tag for alt, height, width..etc attributes sequence is changed. value of each attribute is remaining same but just the sequence is changed and this shows me that content has been changed.
so i am in search of any other comparison mechanism that will let me know whether any value changed in fckeditor's content or not.
Also I want to know that why this change in sequence occurs every time when i load my page.
Awaiting for replies.
Thanks,
Hardik Soni
I am facing the problem like
I have some content in my page which used to edit if user want.
I have also another textarea else than fckeditor, which is simple textarea.
Now the problem is when my page is submitted, and i compare it with the data i have put in the fckeditor, the data is mismatched with each other. I haven't made any change in the fckeditor content, even I havent clicked on it.
When I go to compare original value and submitted value, I found that some html tags have been changed with their attributes sequence, like in img tag for alt, height, width..etc attributes sequence is changed. value of each attribute is remaining same but just the sequence is changed and this shows me that content has been changed.
so i am in search of any other comparison mechanism that will let me know whether any value changed in fckeditor's content or not.
Also I want to know that why this change in sequence occurs every time when i load my page.
Awaiting for replies.
Thanks,
Hardik Soni