Deleting table rows in a form

W

Wylie C

I am trying to create an order page for a friend as a favor.
I would like it to be as professional as I can (fairly new at the game).
What I would like to do is search the form and delete all rows that contain
fields with the name Qty (there is Qty1, Qty2, Qty3, etc.) and delete those
rows where the rows Qty(#) and Doz(#) is blank. Here is an example of the
table:

Field name:
Name
Address
City
State
Zip

Qty1 Doz1
Qty2 Doz2
Qty3 Doz3

If code can be developed, it would go after the calculation are completed on
a onClick and prior to the user pressing the submit button.

If you can help..thanks very much.
If I am asking for the moon...sorry.
Have a great New Year.
 
R

Ronx

Is this at the design stage, or after a customer has filled the form in?

If at design stage, highlight the rows to be deleted, then Table->Delete
Rows

If live after customer completion, the deletion must be done server-side, by
the form handler. Requires a custom written form handler using whatever
technology the server supports (php,asp,.net,Perl/CGI etc.) This cannot be
done using the Server Extensions as the form handler.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top