Bear Bibeault wrote:
Frankey James wrote:and use AJAX to append the HTML needed in the created DIV container.
Huh, why does Ajax need to be involved? Ajax is not necessary to dynamically create new elements in the DOM.
true - i guess i thought he would be reading data from a file, but i misunderstood.
so then:
"
create a DIV element and assign it an ID where you want the box(es) to appear. use onclick event in ADD button and
use AJAX to append the HTML needed in the created DIV container. "
of course there are other ways.