Home » HTML » HTML_AJAX » Bug #7396
clientPool Bug
Details
| Submitted | 2006-04-14 12:34 UTC |
|---|---|
| From | nilesh dot kamani at clariontechnologies dot co dot in |
| Status | No Feedback |
| Package | HTML_AJAX |
| PHP Version | 4.3.3 |
| OS | windows 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