]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/tinymce/plugins/paste/blank.htm
Wordpress 2.3.2
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / paste / blank.htm
1 <html xmlns="http://www.w3.org/1999/xhtml">\r
2 <head>\r
3         <title>blank_page</title>\r
4         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
5         <script language="javascript">\r
6                 function init() {\r
7                         document.body.contentEditable = true;\r
8                         document.designMode = 'on';\r
9                         parent.initIframe(document);\r
10                         window.focus();\r
11                 }\r
12         </script>\r
13         <link href="css/blank.css" rel="stylesheet" type="text/css" />\r
14         <base target="_self" />\r
15 </head>\r
16 <body onload="init();">\r
17 \r
18 </body>\r
19 </html>\r