 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
zwix
Joined: 16 Jan 2008 Posts: 1
|
Posted: Wed Jan 16, 2008 12:16 pm hotspot needs to display list in other frame |
|
|
|
| I am working on a map of sales territories. I made hotspots with screen tips on the map. I want a list of companies to appear on the right half of the page (the map is on the left) when the hotspot for that territory is clicked. How do I do that? |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8428 Location: Castle Pines North, CO USA
|
Posted: Wed Jan 16, 2008 12:33 pm |
|
|
|
Did you name the frames and the targets? If not, I am sure you have an example of your image map? Looking through that page, I see
| Code: |
<map name="FPMap0" id="FPMap0">
<area href="home.htm" shape="rect" coords="7, 9, 51, 40" />
<area href="faqs.html" shape="rect" coords="58, 9, 90, 40" />
<area href="contact.htm" shape="rect" coords="101, 9, 136, 40" />
</map>
<img alt="Image bar" src="images/image-bar.jpg" style="width:
150px; height: 48px" usemap="#FPMap0" /> |
Taking form that source code you would need to target your frame name
| Code: |
| <area target="main" href="contact.htm" shape="rect" coords="101, 9, 136, 40" /> |
_________________
Corey
Toll Free Fax Numbers | Mile High Merchant Accounts |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|