1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <script type="text/javascript" src="http://ckeditor.com/apps/ckeditor/3.6.4/ckeditor.js?1345721680"></script> |
---|
5 | </head> |
---|
6 | <body> |
---|
7 | <form name="testcke" action="cke.cgi" method="POST" onsubmit="return true"> |
---|
8 | <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea> |
---|
9 | <script type="text/javascript"> |
---|
10 | CKEDITOR.replace('editor1'); |
---|
11 | </script> |
---|
12 | </form></body></html> |
---|