Click to See Complete Forum and Search --> : Access denied for Ajax


wilz04
March 30th, 2007, 11:42 AM
Hi All,

I need help for allow access from my .htm to another page (.php),
Can helpme??

All the scripts (functions and vars) are correctly writens, but not run!!,
I understand that IE not allow the Ajax methods for security, but I need allow the Ajax scripts!!

Please, helpme!!

PeejAvery
March 30th, 2007, 01:57 PM
I understand that IE not allow the Ajax methods for security, but I need allow the Ajax scripts!!
That is incorrect. AJAX not a language itself, it is a mixture of JavaScript and XML. That means that the only way it would be blocked is if JavaScript is disabled in the browser settings.

How are you using this AJAX? Can you please post your source code?