Friday, March 27, 2009

Friday, March 20, 2009

Addinng new elements in form at run time using DOM

Hello Friends

I was stuck with the problem for adding form elements at run time which needed to submit content without using AJAX

Then I read an article from the following link
Its really a nice article, if you wish to play with the code or wanna to learn how to write beautiful code in javascript, go through this article.

http://www.dustindiaz.com/add-remove-elements-reprise/

Enjoy Programming !!!