Hi All,
I am trying to write some Javascript but am completely lost. I have a multi-select list on my JSP page which is populated by a list of values from a database table. The user then select multiple values from the list and submits the form. These selected values are stored in the DB in another table as a string separated by a delimiter. When the user comes back to the page, the list should now highlight the values that were earlier selected by the user (as if reading from the DB and displaying). Can I do this using Javascript ? Please help.
Thanks.
I am trying to write some Javascript but am completely lost. I have a multi-select list on my JSP page which is populated by a list of values from a database table. The user then select multiple values from the list and submits the form. These selected values are stored in the DB in another table as a string separated by a delimiter. When the user comes back to the page, the list should now highlight the values that were earlier selected by the user (as if reading from the DB and displaying). Can I do this using Javascript ? Please help.
Thanks.