I need to create a function that can loop through the <area>'s in an image map and pull their titles into an array.
I am loading various documents containing image maps into a frame. These documents and their maps will vary over time, and are provided to me, so I cannot edit them in any way. One assumption I am allowed to make is that the various image maps will all share the same map name.
My thought is to create a function in the parent frame that can find the image map and loop through its area elements. I do not know how to do this however. Any help will be much appreciated!
I am loading various documents containing image maps into a frame. These documents and their maps will vary over time, and are provided to me, so I cannot edit them in any way. One assumption I am allowed to make is that the various image maps will all share the same map name.
My thought is to create a function in the parent frame that can find the image map and loop through its area elements. I do not know how to do this however. Any help will be much appreciated!