首页 > Web开发 > 详细

Failed to load resource in my index.html Page

时间:2014-02-25 02:46:46      阅读:649      评论:0      收藏:0      [点我收藏+]

I m working on python HTTP request and response type of architecture. I have a problem on it. I m working on python HTTP Request and response server HTTP Request server from the python file while my client from the index.html file. When I access the server file from the below URL
<http://localhost:1500/index.html> 
my python server work file for handling the client request but my problem is that my index.html use with the CKEDITOR tool
------------------------------------------------------------------------
**I have Found the Below Error from the chromium console**

- Failed to load resource <http://localhost:1500/ckeditor/config.js>?t=DBAA
Failed to load resource<http://localhost:1500/ckeditor/skins/moono/editor.css>?t=DBAA 
Failed to load resource <http://localhost:1500/ckeditor/lang/en.js>?t=DBAA

2Uncaught TypeError: Cannot set property ‘dir‘ of undefined ckeditor.js:213 I had successfully add the above all the file from my index.html page plz some one help me how to solve it
------------------------------------------------------------------------
My code is 
<title>My Template Builder</title>
<!-- ckeditor-->
<script src="ckeditor/ckeditor.js"></script>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
<!-- my jquery -->
<script src="<http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js>">
</script>

Failed to load resource in my index.html Page

原文:http://www.cnblogs.com/shougong/p/3563956.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!