Hi
I have a java server page where I bring in a state map with counties. when user clicks county it should be added to a list box. (I retrieve the array of county strings and pass the array to a java class)
1. How do I set up the attributes for the map. if it has to be clickable then I have to have a href. But i don't want the href to go to any other file or anything.
2. where do i call a function to add the county name into a list box.
Any help is appreciated.
I have a java server page where I bring in a state map with counties. when user clicks county it should be added to a list box. (I retrieve the array of county strings and pass the array to a java class)
1. How do I set up the attributes for the map. if it has to be clickable then I have to have a href. But i don't want the href to go to any other file or anything.
2. where do i call a function to add the county name into a list box.
Any help is appreciated.