English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
1

The code is too long for me to be able to display it here but it has prompt boxes which store your name, job, etc in a double demention array and I want to display that on a table so the viewer can look at their information. how can I do that?

2006-09-23 11:37:08 · 2 answers · asked by wormhole 2 in Computers & Internet Programming & Design

2 answers

Email me your piece of code... may be I can help you.... your_taurean@yahoo.com

2006-09-23 11:54:17 · answer #1 · answered by SmartSpider 4 · 1 0

With javascript you can manipulate the DOM. You basically would need to start with a table, and then add to it using the DOM properties and methods. Any decent book on Javascript should explain this. In general people consider this type of code to be "Ajax" these days.

2006-09-23 11:54:19 · answer #2 · answered by Gizmo L 4 · 0 0

fedest.com, questions and answers