| 1 | <head> |
|---|
| 2 | <script type="text/javascript" src="http://www.arczi.info/ckeditor/ckeditor.js"></script> |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | </head><body id=gsr topmargin=3 marginheight=3> |
|---|
| 7 | |
|---|
| 8 | <div id=header><div id=gbar><div id=gbi> |
|---|
| 9 | |
|---|
| 10 | <textarea id="editor1" name="editor1" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea> |
|---|
| 11 | <textarea id="editor2" name="editor2" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea> |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | <script> |
|---|
| 15 | CKEDITOR.replaceAll(); |
|---|
| 16 | |
|---|
| 17 | </script> |
|---|
| 18 | |
|---|
| 19 | </div></div></div> |
|---|