Hi I have an AJAX script which is used for a "live search" type function.

When a user begins to type their search, after 3 characters, my AJAX script jumps into action and shows them a list of possible results.

I has worked fine for months, and now suddenly I have found that it is causing a javascript error.

I have traced the error down to the "open" call... ie: this.xmlHttp.open("GET", url, true);

Like I said, this has worked for ages and I haven't changed these files since I got them working.

does anyone know what is a general cause for this kind of error?

R.

have you changed broswer? i remember ther are browser considerations you need to be aware of when using AJAX.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.