Alert only is not working.Here i am not finding any error.
here initRte will initialise the editor and load the content that i am passing as first parameter.
Code:
<form method="post" name="frm"> <script src="richtext.js" type="text/javascript" language="javascript"></script> <script src="config.js" type="text/javascript" language="javascript"></script> <script> <!-- initRTE('This <span onmouseover="top.frames[0].test()">These </span>is an <del>example</del> <ins>of </ins>a', 'example.css'); //--> </script> </form>
Comment