This is a discussion on "Using form in a table" within the Web Page Design section. This forum, and the thread "Using form in a table are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Using form in a table
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Using form in a table
Hi,
I have a table very similar to a typical shopping cart and I want to show quantity in each record in a little box for user to adjust the quantity. I'm stuck after figuring out how to show a box in the table. It just that the more I dig into form, the less I'm convinced form is the right tool for this operation. Especially the form parameters 'Method' and 'Action' tell me it's for sending e-mail data instead for user I/O like the one I want. Can experienced developers point me to the right direction? Good references? Sample Codes? Alternatives? |
|
|
|
#2
|
|||
|
|||
|
Re: Using form in a table
Do you have experince in server side languages?
|
|
#3
|
|||
|
|||
|
Re: Using form in a table
Yes, I know a few server side languages. I am a non-internet type of old fashioned programmer on my way to a beginning internet programmer. I pop around the web page and not sure what to do with it.
|
|
#4
|
|||
|
|||
|
Re: Using form in a table
Okay you need to learn either PHP or ASP depending on which server your own (Linux for PHP, ASP for Windows) They both can handle forms dynamically letting you do whatever you want with the input.
|
![]() |
| Tags |
| using, form, table |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hiding / Showing form fields based on previous form input | John Alexander Hopper | PHP Forum | 1 | Mar 10th, 2008 11:30 |
| <form> tag in <table> is causing alignment issues - HELP! | Love2Java | Web Page Design | 5 | Sep 4th, 2007 15:27 |
| Am I using table-cell and table-row too much? | idl | Web Page Design | 15 | Sep 7th, 2006 12:55 |
| Need to align width of Float table with the table below | Vertabase | Web Page Design | 4 | Mar 8th, 2006 21:21 |
| ..copy data from column A in Table A to column B in Table B? | gecastill | Databases | 10 | Jun 23rd, 2005 18:27 |