Hi,
I'm using calling CKEDITOR.replace function for each of the two textarea boxes that I use on my web page. The first box is used to show a question, the second box to show an answer.
The strange thing happens if I do the following:
1. Let's say that I enter "question" in the question box and "answer" in the answer box.
2. I press submit button which submits the form and shows the preview of the entered data
3. If I now press the Back button in Firefox I get "answer" in the question box and "question" in the answer box.
Any known reason why would the contents get switched? The names and ids for the textareas are of course different so that shouldn't be the problem.
Thank you in advance for any help.
Gregor
I'm using calling CKEDITOR.replace function for each of the two textarea boxes that I use on my web page. The first box is used to show a question, the second box to show an answer.
The strange thing happens if I do the following:
1. Let's say that I enter "question" in the question box and "answer" in the answer box.
2. I press submit button which submits the form and shows the preview of the entered data
3. If I now press the Back button in Firefox I get "answer" in the question box and "question" in the answer box.
Any known reason why would the contents get switched? The names and ids for the textareas are of course different so that shouldn't be the problem.
Thank you in advance for any help.
Gregor