PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_AJAX » Bug #7396

clientPool Bug

Details

Submitted2006-04-14 12:34 UTC
Fromnilesh dot kamani at clariontechnologies dot co dot in
StatusNo Feedback
PackageHTML_AJAX
PHP Version4.3.3
OSwindows 2000
Roadmaps(Not assigned)

Comments

[2006-04-14 12:34 UTC] nilesh dot kamani at clariontechnologies dot co dot in

Description:
------------
Hello

I am getting the below error in IE.
Object does not support this property or method.
It shows error in cilentPool.js in for loop for "i=0"
getClient: function ()
{
for (i = 0; i < this._len; i++) {
if (!this._clients[i].callInProgress()) {
return this._clients[i];
}
}
var client = this.addClient();
if (client) {
return client;
}
return false;
},

[2006-04-14 16:21 UTC] jeichorn at php dot net

What were you doing when you got the error, i'll need to reproduce it to fix things