Hello everyone!
I'm a new member of this forum.
Is there anyone can help me?
My html code, just works in FireFox and it doesn't work in IE or Chrome; what should I do to solve this problem?
I'm so appreciate.
I wrote my code in blew:
With just a cursory glance, rename your div to something that isn't a reserved word ("post").
__________________ ^_^
If anyone knows of a website that can offer ColdFusion help that isn't controlled by neurotic, pedantic jerks* (stackoverflow.com), please PM me with a link.
* The neurotic, pedantic jerks are not the owners; just the people who are in control of the "popularity contest".
Thank you so much for your recommendation. I changed div id with another name (with "matn"). but it doesn't work in chrome browser again
I think it depend on my browser setting, isn't it?
Check the data that is being returned to make sure it's in the format you are expecting.
__________________ ^_^
If anyone knows of a website that can offer ColdFusion help that isn't controlled by neurotic, pedantic jerks* (stackoverflow.com), please PM me with a link.
* The neurotic, pedantic jerks are not the owners; just the people who are in control of the "popularity contest".
which returned data? data gotten from JSon file?
if it's wrong why it work well in FireFox and now in IE?
it just doesn't work in Chrome?
when I allow script and Activex run in IE, my data shows in IE, but in Chrome browser, script is allow and it doesn't work too??!!
XMLHttpRequest cannot load file:///C:/Users/hp/Desktop/Project01/main-JSon/data.json. Origin null is not allowed by Access-Control-Allow-Origin.
Profile "Profile 1" started.
I found it in my Chrome when I run my web page in it.
how can I fix it?
is there anyone can help me?
Your page must be on a webserver (together with the JSON file) in order to enable Chrome to read the JSON file. The file:/// access is considered a cross origin request if you didn't open Chrome up with the option --allow-file-access-from-files