codice:
function AJAX_Manager(RemoteURI, Method)
{
// Initialize some vars
var __xmlHTTP_Object = 0;
var __xmlHTTP_Provider = '';
var __method = '';
var __remoteURI = '';
var __debugMessages_Type = '';
this.__initialized = false;
this.__requestHeaders = new Array();
in pratica ho scritto una classettina per usare ajax con fallback sugli iframe (ovviamente non c'è il supporto per POST sugli iframe ... troppo incasinato implementarlo, anche se fattibile)
se al posto di
this.__requestHeaders = new Array();
metto
var __requestHeaders = new Array();
se ne va tutto a meretrici ^^
ora, sono pienamente convinto che sia un errore mio ... ma ... qualche mi spiega perché cavolo un'array no ed una stringa si?