RE: Adding Fields

2003-01-06 Thread Dan Muey
ailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 9:34 AM To: [EMAIL PROTECTED] Subject: Adding Fields I'm working with a dbm in perl and I have some forms that only have numeric fields, each field has a variable so it's value can be accesed later, the result of the submit butt

RE: Adding Fields

2003-01-06 Thread wiggins
You will have to use a client-side scripting language, most likely Javascript, for this functionality if the page must be the same as originally sent. http://danconia.org On Mon, 06 Jan 2003 09:33:41 -0600, "Janfek Esquivel" <[EMAIL PROTECTED]> w

Adding Fields

2003-01-06 Thread Janfek Esquivel
I'm working with a dbm in perl and I have some forms that only have numeric fields, each field has a variable so it's value can be accesed later, the result of the submit button is a text archive that stores all the information from a single form. The user will see an HTML created by a cgi that