
Foutdetails webpagina
Gebruikersagent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.3; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)
Tijdstempel: Sat, 23 Jan 2010 16:44:29 UTC
Bericht: Uitzondering geactiveerd maar niet afgehandeld
Regel: 23
Teken: 1618
Code: 0
URI: <FULL PATH>/ckeditor/ckeditor.js
Bericht: Uitzondering geactiveerd maar niet afgehandeld
Regel: 23
Teken: 1618
Code: 0
URI: <FULL PATH>/ckeditor/ckeditor.js
<textarea name="editor1"><?php echo $content; ?></textarea>
<script type="text/javascript">
CKEDITOR.replace( 'editor1' );
</script>
<div id="editor1"></div>
<div id="content_info">Content: <?php echo $content ?></div>
<script type="text/javascript">
var editor;
var html = document.getElementById('content_info').innerHTML;
editor = CKEDITOR.appendTo('editor1');
editor.setData(html);
</script>
Re: Error on line 23...
Re: Error on line 23...
Re: Error on line 23...
<tr> <td>Keywords</td> <td><textarea id="keywords" name="keywords" style="width:300px;" rows="3"><?php echo $keywords; ?></textarea></td> <td></td> </tr> <tr> <td colspan="3"> <div id="editor1"></div> <div id="content_info">Content: <?php echo $content ?></div> <script type="text/javascript"> var editor; var html = document.getElementById('content_info').innerHTML; editor = CKEDITOR.appendTo('editor1'); editor.setData(html); </script> </td> </tr> <tr> <td>Filename</td> <td><input type="text" id="filename" name="filename" style="width:300px;" value="<?php echo $filename; ?>"></td> <td></td> </tr><button type="submit" onclick="SaveForm('<?php echo $PageType; ?>'); return false;" ondblclick="SaveForm('<?php echo $PageType; ?>'); return false;" name="Save" style="border:0; background:transparent; cursor:pointer; float:right;"> <img src="<?php echo WEBPATH; ?>/images/accept.png" alt="Save" width="32px" height="32px"/> </button>function SaveForm(ProgressType) { var content = CKEDITOR.instances.editor1.getData(); editor.destroy(); editor = null; // get all values of the inputs and will send them to the php file.Re: Error on line 23...
Re: Error on line 23...
Re: Error on line 23...