the editor will auto refresh with this meta tag in the html file, any work around?
<meta http-equiv="refresh" content="5">
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 20 Jun 2008, 02:06 PM
Hello Steve,
Could you please, tell us what your scenario is and why do you put this meta tag in the editor?
The observed behavior is browser related and you can verify this by testing the <meta http-equiv="refresh" content="5">
in Firefox. You will see that the browser will not refresh the page.
Our suggestion is to not put this tag in the content area of RadEditor, because your users will lose their writings. You can add the meta refresh tag on the server after submitting the content.