I'm having a litte trouble with a dynamicly built form when it comes to requesting the information contained in it from another page. Seeing as I dont necessarily know what the form elements will be called, how can I request them from another page??
Trying Request.Form(rs("Item") generates the error "The function expects a string as input."
Thanks, but there are a few fields on the form that I dont need to gather from. theres some hidden fields being used to calculate cost when quantity is input, I only need to gather the quantity fields and not the cost fields.
Any way to tell it to ignore the type="hidden" form elements?