I'm using Ajax.Request and receive a text/javascript content-type, but
sometimes I make a syntax error in my javascript. The error is now
silently ignored (at least that's what I think). Using firebug it
doesn't show in my console window.

    new Ajax.Request('myscript.php', {
            method:'get',
            paramters: {...}
    });

Response:
HTTP/1.1 200 OK
Date: Thu, 06 Nov 2008 18:56:06 GMT
Server: Apache/2.2.9 (Debian) PHP/5.2.6-5 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-5
Set-Cookie: PHPSESSID=...; path=/
Content-Length: 195
Connection: close
Content-Type: text/javascript

alert('testing';

How can I trap this error when I'm using prototype??

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to