[EventCalendar] AJAX Not Working

Darrell Schulte d at schulte.mn
Tue Nov 14 21:11:38 UTC 2006


On Nov 14, 2006, at 3:09 PM, Darrell Schulte wrote:

>
> Error: missing ) after condition
> Source File: http://www.sprcc.net/js/btajax.js
> Line: 22, Column: 20
> Source Code:
> if (ajax.readyState 4 && ajax.status 200) {
>
> I'm no good with the JS, but perhaps?
>
> if (ajax.readyState > 4) && (ajax.status == 200) {

Actually, that might be < (less than) 4...

Darrell Schulte
http://schulte.mn





More information about the EventCalendar mailing list