bigcougar
22 Sep 2010, 10:47 PM
OK. I am a complete newbie with PHP, but I know databases, Visual Basic and SQL.
What I am trying to accomplish is populate a drop down menu from a table on my server based on a image map hot spot selection.
Currently my image maps are linked to pages by the href="Page.html" parameter.
<area shape="poly" coords="181,186,158,181,147,167,171,172,175" href="M_BC.html" target="_self" alt="British Columbia">
How can I attach a function to a hot spot?
I would think, every hot spot will have its own variable, which will help me filter my table and load the results in the drop down list.
If you have anything similar coding on your pages, an example will be great!
What I am trying to accomplish is populate a drop down menu from a table on my server based on a image map hot spot selection.
Currently my image maps are linked to pages by the href="Page.html" parameter.
<area shape="poly" coords="181,186,158,181,147,167,171,172,175" href="M_BC.html" target="_self" alt="British Columbia">
How can I attach a function to a hot spot?
I would think, every hot spot will have its own variable, which will help me filter my table and load the results in the drop down list.
If you have anything similar coding on your pages, an example will be great!