View Single Post
  #4 (permalink)  
Old 11-03-2007, 10:49 PM
fahlyn's Avatar   
fahlyn fahlyn is offline
Learning Programmer
 
Join Date: Nov 2007
Age: 25
Posts: 35
Credits: 0
Rep Power: 4
fahlyn is on a distinguished road
Send a message via ICQ to fahlyn Send a message via AIM to fahlyn Send a message via MSN to fahlyn Send a message via Yahoo to fahlyn
Default

xarzu, I replied to your other post about the "frame-like" behavior you're looking for.

I think a lot of what you're talking about isn't AJAX but DHTML. AJAX is only necessary when you need to make a trip to the server without re-loading a page. You can make things on a page move and change using css and javascript to modify the DOM - which isn't AJAX because it is doing everything on the client side without making any extra trips to the server. Hope that clears it up.

Happy Coding!
-Fahlyn
__________________
Visit My Google Group Here:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote