Saturday, September 8, 2007

Ajax: Sample #1

Here is my first sample which I did mid last week, before my laptop crashed. It was and is a painful experience.

This is pretty simple example. I have three files. One html file which is this sample and other one which provides the data for this example and javascript file.

Let me know what you think about this one.

3 comments:

Robert Adams said...

Can you provide the files, so I can look at them?

Robert Adams said...

I looked at your files. I think this is about a simple as things can get. Things get more complex when the application decides to do fancy stuff with the data that is returned. In this case, the returned data is just a string, but more complex data structures could be sent instead.

Pramod said...

This is simplest of the example I have tried as my first Stab at it. You will see some good example by this weekend