• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Editable table

 
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Is there a way to have an editable table in webpages? The requirement is that the client enters something in a particular cell, dependng on the data he enters, we need to fill out the other cells.
Thanks a lot in advance.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Best solution is DHTML based (Layers or divs), there are microsoft built in functions that can dynamically add rows/columns to a table. It has been discussed on this forum before. Do a search if you are interested in that.

My two choices:

Layers:
Show or hide components that are necessary.
example: http://www10.brinkster.com/a1ien51/Scripts/ShowLayersCode.htm
Divs:
Dynamically write the conent needed to the page.
example with divs: http://www10.brinkster.com/a1ien51/Scripts/Cart.htm
The examples show the basic concept, not actually what you are looking for.
Eric
 
Joel Salatin has signs on his property that say "Trespassers will be Impressed!" Impressive tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic