View Single Post
Old 12-05-2007, 07:38 PM   #30 (permalink)
Wildhoney
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

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.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote