It is hard to help without seeing actual code. Are you doing a GET or a POST? How are you creating the fields dynamically? Try using an OnSubmit function on your form and check for the fields before submitting the form.
Bob Filipiak A question not asked is a lost opportunity to learn. ----- Original Message ----- From: "Sean Dougherty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 10, 2004 11:27 AM Subject: [ASP] Accessing Form Fields Created Using Javascript DOM > Hi Everybody, > > This is my first post to this list. Hoping to find some assistance with a problem I've run into. I'm currently developing some forms that will be used to insert data into a database. One section of the form has a number of text input fields created dynamically via the javascript DOM. When I view the html source code, the table/form fields created are not visibile in the code, although they are on the page. When the form is submitted, the ASP script can not find these form fields using request.form. My question is, is this method possible? Is there another way to access the input values from these form fields? Maybe a client side javascript? Any help would be much appreciated. Thanks. > > Sean > ------------------------ Yahoo! Groups Sponsor ---------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/17folB/TM ---------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
