Failed to load resource in my index.html Page
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>
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。