Hello all,

I have been developing some ajax stuff all week. Just this morning  
the ajax calls quit working in Safari, and Firefox. I backed out to a  
last known working state and they still were not working, so I added  
some handlers to see if I could sniff out the problem.

...
onException: function(transport){$ 
("serversaid").innerHTML=transport.toJSONString();},
onFailure: function(){alert("12");},
onLoading: function(){alert("13");},
...


The onException never triggered on Safari, but it did in Firefox. The  
onLoading still triggers just fine. Here is the toJSONString from the  
onException.

{"transport":{},"options": 
{"method":"get","asynchronous":true,"contentType":"application/x-www- 
form-urlencoded","encoding":"UTF-8","parameters": 
{"submitlogin":"TRUE","ajaxrequest":"FALSE","htmlos_login_username":"roo 
t","htmlos_login_password":"","desktoplogin":"","AESTIVACVNLIST":"htmlos 
_login_username"}},"url":"http://clearimageonline.com/pages/htmlos/ 
56272.1.238091707826617413? 
submitlogin=TRUE&ajaxrequest=FALSE&htmlos_login_username=root&htmlos_log 
in_password=&desktoplogin=&AESTIVACVNLIST=htmlos_login_username","method 
":"get","parameters": 
{"submitlogin":"TRUE","ajaxrequest":"FALSE","htmlos_login_username":"roo 
t","htmlos_login_password":"","desktoplogin":"","AESTIVACVNLIST":"htmlos 
_login_username"}}

I am not sure what this means or how to proceed. Is there additional  
debugging techniques I could use.

Thanks for any help,


Terry Riegel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to