Hey!
I came up with the new problem. I want to fetch all form values by using request.form("FormName") which is generated by javascript on runtime.
The attached zip code contains the working code of javascript creating dynamic form elements. So after generating a couple of textboxes when I click on the "Submit" button it should display all the values entered in the textboxes on the next page.
Herez a working example of that javascript: http://www.quirksmode.org/dom/domform.html
Is this Possible?
Thanx