Languages

Menu
Sites
Language
Failed to load resource error

Hello everybody,

I am deelopping a web application with the Tizen IDE, but when I tried to executed with the Tizen web Simulator, nothing happened, and when I press crtl+alt+j , I've got this error:

 

http://img15.hostingpics.net/pics/320215Capturedu20131127115601.png

 

Does anyone have an idea about this error?

 

thanks in advance.

Responses

2 Replies
talari praveen kumar

Hi 

I think you are not included the required files in index.html. Please add <script src="testGfc/demos/search.html"> and also include all other libraries you need.

karray gargouri

Hello,

I have another error with another project built with the Tizen UI Builder, my project architecture is showed by this picture:

 

http://www.hostingpics.net/viewer.php?id=469642screensht1.png

and this is how I called my JS files in the "caroftheDay.html" page:

 

<html>
  <head>
    <meta charset="utf-8">
    
<script>location.href="../app.html";</script>
    <meta name="description" content="A Tizen Web UI FW single-page template generated by Tizen Web IDE"/>
    <meta name="viewport" content="width=device-width,user-scalable=no"/>
    
    <script src="tizen-web-ui-fw/latest/js/jquery.js"></script>
    <script src="tizen-web-ui-fw/latest/js/tizen-web-ui-fw-libs.js"></script>
    <script src="tizen-web-ui-fw/latest/js/tizen-web-ui-fw.js"></script>
    
   
    
    <script type="text/javascript" src="./fluxrss/Data.js"></script>
    <script type="text/javascript" src="./fluxrss/Parser.js"></script>
    <script type="text/javascript" src="./fluxrss/caroftheDay.js"></script>
    <script type="text/javascript" src="./fluxrss/main.js"></script>
     <script type="text/javascript" src="./fluxrss/Automobile.js"></script>
    
  </head>

and this is the error I've got with the Ctrl+Alt+J keys in the Tizen web simulator:

 

http://www.hostingpics.net/viewer.php?id=747219screensht2.png

it's still show me the loading sentence!

Any idea about this? Thx!