On Thu, Nov 19, 2009 at 9:51 PM, Eva Kaloki <evatindi2007@yahoo.com> wrote:

Hi, how do i create a submit buttons that update, retrieve,and delete from a an already created database,probably from Access or using MySql,using javascript and html.
Regards, Eva

jQuery provides a nifty feature which; based on any DOM event such as onclick, onmouse or event on a timed function, a specified back end script can be executed and its 'output' written to any container, without refreshing the page.

 http://net.tutsplus.com/tutorials/javascript-ajax/5-ways-to-make-ajax-calls-with-jquery/