View Single Post
Old Dec 17th, 2006, 9:06 AM   #3
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
There's XMLHttpRequest, as DaWei mentions, but the PHP page has to be on the same domain as the PHP page. One could also use inline frames to achieve a similar effect.

If you can do it via XMLHttpRequest then I'd recommend checking out Prototype, a Javascript library that includes several Ajax classes.

Last edited by Arevos; Dec 17th, 2006 at 9:54 AM.
Arevos is offline   Reply With Quote