[Proto-Scripty] Prototype exception in IE and not in Mozilla Firefox

2009-03-13 Thread virchete
Hello, I have a problem with prototype just in the line 1372 if((readyState > 2 && !Prototype.Browser.IE) || readyState == 4) { this.status = this.getStatus(); this.statusText = this.getStatusText(); this.responseText = String.interpret(transport.responseText);// TH

[Proto-Scripty] Ajax.Autocompleter error in IE 6

2009-05-06 Thread virchete
hello, I have been looking for the solution in the web and I didn't find anything. My problem appears only in IE and works fine in Firefox. The problem is the following: -The first time that I write something I don't receive the list. If you stop writting (for example 1 second) and then continu

[Proto-Scripty] Ajax AutoCompleter Exception

2009-05-13 Thread virchete
Hello, I am using Ajax.Autocompleter is some pages. It runs perfect in other cases when the Javascript code and the div elements are included in a JSP file. The Ajax.AutoCompleter code is: new Ajax.Autocompleter("destHotels", "listResults",

[Proto-Scripty] Encoding problem Ajax.Updater

2009-06-15 Thread virchete
I have a problem with Ajax.Updater with the encoding, only in Internet Explorer browser, and only in some cases. This problem appears only in some computers, and is so strange. The javascript error is: System does not support the specified encoding. I don't know why in Firefox runs always and in

[Proto-Scripty] Re: Encoding problem Ajax.Updater

2009-06-15 Thread virchete
nction() {return new ActiveXObject('Msxml2.XMLHTTP. 3.0')}, function() {return new ActiveXObject ('Microsoft.XMLHTTP')}, function() {return new ActiveXObject('Msxml2.XMLHTTP. 1.0')}, function() {return new ActiveXObject('Msxml2.XMLHTTP')} ) |