Vishnu,


I think that having the field names all the same will be a mistake, as it
will complicate the issue on your form page, if not outright causing errors.


In any case, you do not need to have the field names be exactly the same as
your database field names.  I have done this sort of form many times.  It
always is a bit complicated, but the basic idea is that I loop over the form
fields when I get to the action page.  On each loop, if I find a valid
entry, I run a <CFQUERY> tag with an INSERT statement.


HTH,
Matthieu

-----Original Message-----
From: vishnu prasad [mailto:[EMAIL PROTECTED]
Sent: Monday, September 20, 2004 4:00 AM
To: CF-Talk
Subject: Re: OT:_javascript_ Problem

Thks for the Code

but i need to have all the contorl name as same ? so that it will be easy
for me to inster the values in the database

if not
will u tell me how  to slove this problem
in the action page i have to insert the rows enter in the previos page into
DB
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to