hi all,
dynamically created INPUT and TEXTAREA elements do not submit their values in POST of GET.
I created input and select elements dynamically using javascript, but when I submitting the form the
the input and select elements do not submit their values.. Static input elements are submitting their values...
how can I resolve the problem...
thanks in advance
Dhanya