CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Posts
    37

    Wink implementation of AJAX

    Hi,
    I know that to refresh a portion of a web page without refreshing the whole page is where AJAX(asyncronous Javascript and XML) is used.
    But plz provide me some more details of implemenation.I mean ,where AJAX is used?
    Rudraksh
    Last edited by rudraksh; February 10th, 2006 at 04:45 PM.

  2. #2

    Re: implementation of AJAX

    All over the place. It was originally used in IE5 under the term Remote Scripting, then was added to Mozilla in a later release. Google brought it to the forefront with Google Suggest / etc.

    As for implementations, there are many based on language. It all depends on how you want to do it. Easiest thing to do is search for your language of choice (PHP, Ruby, C#, perl, etc.) and AJAX....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured