Hello People
I'm using currently the FCKeditor version 2.5.1
We want to implement a collapse / expand javascript function to the content so I put the Atribute
onclick="return toggleMe('ID_1')"
to the links.
Now the Fckeditor do not admit any Single Quote ( ' ) as i noticed, it breaks down and reports a ( Page not Found 404 )
HOW CAN I SOLVE THIS PROBLEM ?
I would apreciate your help; THANKS
I'm using currently the FCKeditor version 2.5.1
We want to implement a collapse / expand javascript function to the content so I put the Atribute
onclick="return toggleMe('ID_1')"
to the links.
Now the Fckeditor do not admit any Single Quote ( ' ) as i noticed, it breaks down and reports a ( Page not Found 404 )
HOW CAN I SOLVE THIS PROBLEM ?
I would apreciate your help; THANKS
Re: The Use of Single Quotes ( ' ) causes a ( Page not Found 404
I solved the problem but want to mention this on this forum, because i searched fot this almost 2 days
i replaced
onclick="return toggleMe('ID_1')"
for
onclick="return toggleMe('ID_1')"
Best Regards
Sanchez