Hey there, >Hi I'm having a problem in Firefox detecting if the request is xmlHttpRequest >in my php code, my code seems to work fine when using IE and Chrome. I'm >using Magento which is based on the Zend Framework and using the Zend >isXmlHttpRequest() function to test whether or not the request is an xhr one >or not. In Firefox this seems to return false even when I make an ajax call >using Prototype. this is not a direct answer to your question, but you might want to check out the ContextSwitch-ActionHelper, which automates a lot for you regarding deciding whether to treat the incoming calls as AJAX requests. See http://framework.zend.com/manual/en/zend.controller.actionhelpers.html#zend.controller.actionhelpers.contextswitch - it saved me a lot of time in my AJAX powered apps.
Regards Thorsten -- Thorsten Suckow-Homberg Jakobstrasse 214-216 52064 Aachen http://www.siteartwork.de Tel.: 0151 -10927135 Email: [email protected] You should follow me on Twitter: http://twitter.com/ThorstenSuckow Sent with conjoon. Visit http://www.conjoon.org
