Reload Dropdown list without refresing page

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
arnoldporche
Forum Newbie
Posts: 1
Joined: Wed Nov 30, 2011 11:00 pm

Reload Dropdown list without refresing page

Post by arnoldporche »

How can I execute this:

From the dropdown list build up from mysql database (say a list of fruits).

I select "Add New Fruit". This triggers it to either have a modal form to add new fruit or a table form.

Once submitted, Select dropdown list RELOADS including the newly added data (fruit) without reloading the whole page which contains other form control such as textbox.
Gopesh
Forum Contributor
Posts: 143
Joined: Fri Dec 24, 2010 12:48 am
Location: India

Re: Reload Dropdown list without refresing page

Post by Gopesh »

Hi,can u post some working code?
Post Reply