Ticket #10759: test.html
| File test.html, 497 bytes (added by , 12 years ago) |
|---|
| Line | |
|---|---|
| 1 | <html> |
| 2 | <head> |
| 3 | <script type="text/javascript" src="/ckeditor/ckeditor.js"></script> |
| 4 | <script type="text/javascript"> |
| 5 | function save(){ |
| 6 | document.getElementById("work").submit(); |
| 7 | } |
| 8 | </script> |
| 9 | </head> |
| 10 | |
| 11 | <body> |
| 12 | |
| 13 | <form id="work"> |
| 14 | <textarea name="body2" class="ckeditor"></textarea> |
| 15 | <textarea name="annotation" class="ckeditor"></textarea> |
| 16 | <textarea name="body" class="ckeditor"></textarea> |
| 17 | <input type="button" value="Save" onClick="save();"> |
| 18 | </form> |
| 19 | |
| 20 | </body> |
| 21 | </html> |
