Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: Some AJAX responses result in a file not found error!

Started 1 month, 1 week ago by romario
With IE a certain ajax call doesn't return results but it only happens sometimes and not always. The server error log shows: File does not exist: /home/user/public_html/500.shtml The following are the http headers sent. The first is an AJAX call without an error and the second is with the error. I have changed any data that would identify the website. What on earth could be ...
Site: Dev Shed Forums - Open Source web development  Dev Shed Forums - Open Source web development - site profile
Forum: JavaScript Development  JavaScript Development - forum profile
Total authors: 3 authors
Total thread posts: 6 posts
Thread activity: no new posts during last week
Domain info for: devshed.com

Other posts in this thread:

s-p-n replied 1 month, 1 week ago
Well what's the JavaScript code? Also, what's the URL with issues? Usually IE will fix silly little URL mistakes, and FireFox will not. So it's strange to me you're having this problem. Also, what's the version of IE?

romario replied 1 month, 1 week ago
Do you think it is a url problem? The code is quite long for me to post it here but I will look into it. I was using jquery and getting that error with both IE7 and IE8 but FF was perfect. I decided to remove jquery and make my own ajax function and it "solved" the problem. But I wonder why? This was the jquery code: Code: $.ajax({ type: "POST", ...

KorRedDevil replied 1 month, 1 week ago
Quote: Originally Posted by romario I was using jquery and getting that error with both IE7 and IE8 but FF was perfect. I decided to remove jquery and make my own ajax function and it "solved" the problem. But I wonder why? You have already answered to yourself. Most of the time frameworks bring troubles. It is by far a better choice to create your own ...

romario replied 1 month, 1 week ago
The people who make these frameworks are meant to be good coders. Aren't they meant to test their code on multiple browsers? I guess it is easier to debug your own code than a framework.

KorRedDevil replied 1 month, 1 week ago
Quote: Originally Posted by romario The people who make these frameworks are meant to be good coders. Aren't they meant to test their code on multiple browsers? They are excellent coders. But they want to build un universal javascript tool. A sort of panacea. Or a miraculous javascript interface for fools. Which, obviously, woun't work for all the needs, ...

 

Top contributing authors

Name
Posts
romario
3
user's latest post:
Some AJAX responses result in a...
Published (2009-11-08 12:19:00)
The people who make these frameworks are meant to be good coders. Aren't they meant to test their code on multiple browsers? I guess it is easier to debug your own code than a framework.
KorRedDevil
2
user's latest post:
Some AJAX responses result in a...
Published (2009-11-08 14:51:00)
Quote: Originally Posted by romario The people who make these frameworks are meant to be good coders. Aren't they meant to test their code on multiple browsers? They are excellent coders. But they want to build un universal javascript tool. A sort of panacea. Or a miraculous javascript interface for fools. Which, obviously, woun't work for all the needs, because it is impossible to predict all the humans needs. And a fool...
s-p-n
1
user's latest post:
Some AJAX responses result in a...
Published (2009-11-07 11:49:00)
Well what's the JavaScript code? Also, what's the URL with issues? Usually IE will fix silly little URL mistakes, and FireFox will not. So it's strange to me you're having this problem. Also, what's the version of IE?

Related threads on "Dev Shed Forums - Open Source web development":

Related threads on other sites:

Thread profile page for "Some AJAX responses result in a file not found error!" on http://www.devshed.com. This report page is a snippet summary view from a single thread "Some AJAX responses result in a file not found error!", located on the Message Board at http://www.devshed.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity