| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 2 | |
|---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 4 | <head> |
|---|
| 5 | <title>ActiveX Test Case</title> |
|---|
| 6 | <meta content="text/html; charset=utf-8" http-equiv="content-type" /> |
|---|
| 7 | <script type="text/javascript" src="../ckeditor_source.js"></script> |
|---|
| 8 | </head> |
|---|
| 9 | <body> |
|---|
| 10 | |
|---|
| 11 | <object width="640" height="390"><param name="movie" value="http://www.youtube.com/v/39jtNUGgmd4?fs=1&hl=en_US&rel=0"> </param><param name="allowFullScreen" value="true"> </param><param name="allowscriptaccess" value="always"> </param><embed src="http://www.youtube.com/v/39jtNUGgmd4?fs=1&hl=en_US&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="390"></embed></object> |
|---|
| 12 | |
|---|
| 13 | <p> |
|---|
| 14 | <label for="editor1"> |
|---|
| 15 | Editor 1:</label> |
|---|
| 16 | |
|---|
| 17 | <textarea cols="80" id="editor1" name="editor1" rows="10"> </textarea> |
|---|
| 18 | <script type="text/javascript"> |
|---|
| 19 | CKEDITOR.replace( 'editor1' ); |
|---|
| 20 | </script> |
|---|
| 21 | |
|---|
| 22 | </p> |
|---|
| 23 | |
|---|
| 24 | |
|---|
| 25 | </body> |
|---|
| 26 | </html> |
|---|