Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

update database from html table

Status
Not open for further replies.

GoTerps88

Programmer
Apr 30, 2007
174
US
I would like to be able to update the database from an html table. Within the table I'd have a select box for each row. Then elsewhere on the form, I'd have a button to actually update the database.

I'd like to traverse each row in this table and insert a new row into the database based on the selected value of the select box.

To present the table initially, I'd have to wrap the select box in response.write and somehow give each one a unique id.

I'm sure this is possible, but not sure how.

Can you give me a few tips or hints? Thanks...
 
You may also want to look into OWC (Office Web Components). I have a web page that I dynamically generate a spreadsheet (right inside of the browser!), let the user make changes, then put that back into a database.



Just my 2¢
-Cole's Law: Shredded cabbage

--Greg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top