General discussion
-
Topic
-
Refreshing a page
LockedHi,
We are developing a screen with the help of JavaScript and HTML. The screen has 3 frames. One on left which has strip structure and contains a main menu. At Bottom we have frame which corresponds to menu of the screen which is in central portion. On central frame we have a list box of customers. On selecting a customer I have to display the further information about that customer such as his age, card no etc in a table. When the screen is loaded at that time I have full information aboutcustomer in and array so what I want is as soon as I select a customer I have all the information I would not like to go to server and unnecessarily increase the traffic. So I want that the table should grow dynamic ally depending on the number of customers selected. I do not want to split the screen further into more frames.
Can anybody please suggest some solution to this ?
Thanks in advance
Mahesh