Rychertate
MIS
I have a jsp page that uses an sql statement to populate a list box when the page is loaded.
I want a click button adjacent to the list box.
I want the button to reload the page when clicked with a different sql result in the list box.
If the user click the button again, it will revert back to the original SQL result.
Do I handle this with javascript?
I want a click button adjacent to the list box.
I want the button to reload the page when clicked with a different sql result in the list box.
If the user click the button again, it will revert back to the original SQL result.
Do I handle this with javascript?