您的位置:首页 > Web前端 > HTML

Failed to load resource in my index.html Page

2014-02-24 01:13 459 查看
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>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐