HTML Page Dropdown ??? Go Button ??? And executeIdentifyTask(evt) Question?

445
1
04-12-2013 06:24 AM
KameshMithepati
New Contributor
I am recoding from Google API to Esri API javascript for this current page...
http://www.fish.state.pa.us/county.htm

I currently have my new ESRI map with the map service county layer and have the function executeIdentifyTask(evt)working just fine when a user clicks on a County. I return the map.infoWindow with all the content  required.
My htm page also has a dropdown populated with County names. A user can select a County and click a �??Go�?� button. I want to wire to the �??onClick�?? for the �??Go�?� button, code that will return the same results as the executeIdentifyTask(evt) function. Is this possible and are there any samples available?
0 Kudos
1 Reply
JohnGravois
Frequent Contributor
its certainly possible, but we don't have any pre-baked samples that demonstrate exactly what you are trying to do.

when you choose the county from your dropdown list are you trying to identify other features or just display a popup for the county itself?

do you have a simplified you can share so that we can take a look at what you have so far?
0 Kudos