I don't have a sample script, but it shouldn't be too difficult to  
generate one.  Assuming you're doing this on a single domain, you need  
to look up XMLHttpRequest (there are plenty of samples on Google), as  
well as document.createElement, document.createTextNode,  
and .appendChild().  Those four things should give you more than  
enough to get your application up and running in the browser.  You'll  
also need to have a script running on your server that will take the  
information passed through the XMLHttpRequest and save it to a  
database or file or whatever you want to do with it.

All of that said, this forum is really focused on the Google AJAX APIs  
rather than general AJAX.  You will likely be better served with  
general questions like this in a more generalized venue.  Also, please  
refrain from submitting the same question multiple times until it  
appears on the group.  To minimize spam, this is a moderated forum, so  
posts from new users are held until they can be reviewed by an admin.   
And sometimes even posts from established users will take a few  
moments to appear.

Thanks and have a great day!

Jeremy R. Geerdes
Effective website design & development
Des Moines, IA

For more information or a project quote:
http://jgeerdes.home.mchsi.com
http://jgeerdes.blogspot.com
http://jgeerdes.wordpress.com
[email protected]

Unless otherwise noted, any price quotes contained within this  
communication are given in US dollars.

If you're in the Des Moines, IA, area, check out Debra Heights  
Wesleyan Church!

And check out my blog, Adventures in Web Development, at 
http://jgeerdes.blogspot.com 
  !


On Apr 15, 2009, at 11:25 AM, Rahul wrote:

>
> Hi,
>
> I am new to Ajax. In my html page I have a div which contains a table.
> Table has a
> drop down and two input boxes.
>
> Then I have a add button which should save the above three values and
> generate a new div just below the above div displaying the three input
> values in the above div.
>
> Any ajax script or any link to such sample script ....
>
> help highly appreciated
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-AJAX-Search-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to