Quote:
Originally Posted by fahlyn
you should very seriously consider using prototype.js instead of writing your own ajax javascript. Prototype provides a very nice wrapper for ajax...and it prevents you from having to re-invent the wheel.
Switching to prototype may fix your problem.
|
Wow, that is a nice little class! I'm going to use that in my next AJAX client (given that I make one). JSON looks pretty neat as well. Never heard of it until now.