1 | <!DOCTYPE html> |
---|
2 | <!-- |
---|
3 | Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. |
---|
4 | For licensing, see LICENSE.md or http://ckeditor.com/license |
---|
5 | --> |
---|
6 | <html> |
---|
7 | <head> |
---|
8 | <meta charset="utf-8"> |
---|
9 | <title>Replace Textareas by Class Name — CKEditor Sample</title> |
---|
10 | <link rel="stylesheet" href="sample.css"> |
---|
11 | </head> |
---|
12 | <body> |
---|
13 | <div> |
---|
14 | <p> |
---|
15 | <input type="button" value="Submit" onclick="window.document.getElementById('myframe').contentWindow.document.getElementsByTagName('form')[0].submit(); return false;" ></iframe> |
---|
16 | </p> |
---|
17 | <iframe id="myframe" width="1200" height="800" src="./replacebyclass.html" /> |
---|
18 | </div> |
---|
19 | </body> |
---|
20 | </html> |
---|