Dear all,
I am current designing a
jsp form that will allow user to view some business functions such as cash balance, stock balance, as so on. Each of them has a table to render them. I want to make things User-friendly, which means the table will display information only if the user click on the "expand" icon next to the table title. The expand icon will then "shift" to "collapse" icon and all the details will be shown from the table. The user can collapse the table by clicking on the collapse icon again. The icon will trigger the form action and request the server to return the status
However, I want to know if it's a good design or not ? Is it better if I use javascript instead of
java ?
Morever, I want to learn more sophisticated Jsp Layout design so that the user will be very happy, any cooL links?
Thanks very much
Transistor
[ July 14, 2006: Message edited by: YuenLian Wu ]
[ July 14, 2006: Message edited by: YuenLian Wu ]