Hello,
I have this script that allows load me a web page in a div
<script type='text/javascript'> function loadContent(id) { $('#body').load(id);} </script>
and my link for load the page
<li><a href="javascript:loadContent('add_news.asp')">Add News</a></li>
I have tested it and i have a proble for load the ckeditor contained in my page "add_news.asp"
Can help me?