function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
l00p3yl00p3y 

Variable Passing into a coordinate location

I want to run a SOQL query and pass the results into a specific cooridinate of an Image Map. Similar to a tooltip or the title attribute.

 

Is this possible and if so where should I be looking?

 

 

ex:

 

List<Account> aa = [Select count() From Account a where a.BillingState = 'FL']

<LI><apex:outputLink shape="poly" coords="458,396,465,385,485,385,529,383,552,421,563,449,562,468,554,476,529,451,522,427,514,405,501,394" value="http://www.availity.com" title="Florida"></apex:outputlink></LI>

</Account>