Question : How to 'dynamically' visualize HTML table?

I've a table with products and details.
I want to dynamically open another table with product replacements.
This table should dynamically open once the User clicks an URL, button or checkbox (yet to be defined).
I'm looking for solution without server side scripting (to be able to put on a DVD).
Any sample that shows this kind of work?

Answer : How to 'dynamically' visualize HTML table?

This shuould give you a start
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:

This is product table
This is product table
This is product table
This is product table
This is product table
This is product table
This is product table


Open in New Window Select All
Random Solutions  
 
programming4us programming4us