12-05-2007, 07:38 PM
|
#30 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 1,537
Thanks: 72
|
AJAX really is pretty simple stuff, I'd also recommend making it many times easier by utilising JSON as well. Although when you use JSON you'll have to be careful not to eval() anything, but rather use the Prototype's in-built function, evalJSON(). Also don't forget to set the content-type of the JSON document to application/json.
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|