external extJX files not loaded successfully on localhost Why !!!
external extJX files not loaded successfully on localhost Why !!!
Hi experts , my question is why if I use simple example of ext js and run it locally ( on localhost ) showing this error on my google chrome and explorer Uncaught TypeError: Object #<Object> has no method 'onReady'
but if I access to my page directry , it is working fine , and ext js files loading successfully. I have tried also put my page on remote server and access using my google chrome , and it is working fine with me also .
but why I access like this: http://localhost/myWeb/test1.html
it gives me that error , and when I check , I found files not loading successfully !!! , however other javascript files and images loading perfectly
this is my example below:
<html>
<head>
<title>Getting Started Example</title>