shortbus785 0 Newbie Poster

Hi,

I have a web application in development that takes input from an HTML form and uses servlet technology to process and output another page. Currently, the HTML form is just standard form components (drop down menus, radio buttons...). What I want to implement is an image, where the users can visually select and deselect options. Basically, have it function like a set of checkboxes, except in a more visual manner.

So, for my example, I'd need a map of the United States. Each state that would get clicked on would need to be highlighted, and a text list would need to displayed. This data would then need to get sent along with the form.

Anyone have any ideas how to implement a system like this?

Thanks much!