Hi,
I'm using FCKEditor 2.0 and FCKEditor.Java 2.3 with JSF (Java Server Faces).
When I submit a value I get the expected value, but when I click the browser back button I get the wrong value.
For example, I put the follow HTML on FCKEditor source coder:
Then when I click on button click I receive the follow value:
<link href="megon.css" type="text/css" rel="stylesheet" /><style type="text/css"></style> <table width="765" align="center" border="0"> <tbody> <tr> <td> <table width="100%" border="0"> <tbody> <tr> <td>&nbsp;</td> </tr> </tbody> </table> <table width="100%" bgcolor="#446596" border="0"> <tbody> <tr> <td> <table height="100%" width="90%" border="0"> <tbody> <tr> <td align="center" bgcolor="#446596"><a href="index.htm"> <p class="textoMenu">Home</p> </a></td> <td align="center" bgcolor="#446596"><a href="empresa.htm"> <p class="textoMenu">A empresa</p> </a></td> <td align="center" bgcolor="#446596"><a href="casosDeSucesso.htm"> <p class="textoMenu">Casos de sucesso</p> </a></td> <td align="center" bgcolor="#446596"><a href="produtos.htm"> <p class="textoMenu">Produtos</p> </a></td> <td align="center" bgcolor="#446596"><a href="servicos.htm"> <p class="textoMenu">Servi&ccedil;os</p> </a></td> <td align="center" bgcolor="#446596"><a href="novidades.htm"> <p class="textoMenu">Novidades</p> </a></td> <td align="center" bgcolor="#446596"><a href="contato.htm"> <p class="textoMenu">Contato</p> </a></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table>
Can anybody help me, please?
Thanks,
Marco.
I'm using FCKEditor 2.0 and FCKEditor.Java 2.3 with JSF (Java Server Faces).
When I submit a value I get the expected value, but when I click the browser back button I get the wrong value.
For example, I put the follow HTML on FCKEditor source coder:
<html> <head> <title>..:.. Megon.com.br - Internet Services ..:..</title> <link href="megon.css" rel="stylesheet" type="text/css"> <style type="text/css"> </style> </head> <body> <table width="765" border="0" align="center"> <tr> <td> <table width="100%" border="0"> <tr> <td> </td> </tr> </table> <table width="100%" border="0" bgcolor="#446596"> <tr> <td > <table width="90%" height="100%" border="0"> <tr> <td bgcolor="#446596" align="center"><a href="index.htm"><p class="textoMenu">Home</p></a></td> <td bgcolor="#446596" align="center"><a href="empresa.htm"><p class="textoMenu">A empresa</p></a></td> <td bgcolor="#446596" align="center"><a href="casosDeSucesso.htm"><p class="textoMenu">Casos de sucesso</p></a></td> <td bgcolor="#446596" align="center"><a href="produtos.htm"><p class="textoMenu">Produtos</p></a></td> <td bgcolor="#446596" align="center"><a href="servicos.htm"><p class="textoMenu">Servios</p></a></td> <td bgcolor="#446596" align="center"><a href="novidades.htm"><p class="textoMenu">Novidades</p></a></td> <td bgcolor="#446596" align="center"><a href="contato.htm"><p class="textoMenu">Contato</p></a></td> </tr> </table> </td> </tr> </table> </body> </html>
Then when I click on button click I receive the follow value:
<link href="megon.css" type="text/css" rel="stylesheet" /><style type="text/css"></style> <table width="765" align="center" border="0"> <tbody> <tr> <td> <table width="100%" border="0"> <tbody> <tr> <td>&nbsp;</td> </tr> </tbody> </table> <table width="100%" bgcolor="#446596" border="0"> <tbody> <tr> <td> <table height="100%" width="90%" border="0"> <tbody> <tr> <td align="center" bgcolor="#446596"><a href="index.htm"> <p class="textoMenu">Home</p> </a></td> <td align="center" bgcolor="#446596"><a href="empresa.htm"> <p class="textoMenu">A empresa</p> </a></td> <td align="center" bgcolor="#446596"><a href="casosDeSucesso.htm"> <p class="textoMenu">Casos de sucesso</p> </a></td> <td align="center" bgcolor="#446596"><a href="produtos.htm"> <p class="textoMenu">Produtos</p> </a></td> <td align="center" bgcolor="#446596"><a href="servicos.htm"> <p class="textoMenu">Servi&ccedil;os</p> </a></td> <td align="center" bgcolor="#446596"><a href="novidades.htm"> <p class="textoMenu">Novidades</p> </a></td> <td align="center" bgcolor="#446596"><a href="contato.htm"> <p class="textoMenu">Contato</p> </a></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table>
Can anybody help me, please?
Thanks,
Marco.