HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
hotspot needs to display list in other frame
Post new topic   Reply to topic    HTML Help Forum Index -> Images & Graphics
View previous topic :: View next topic  
Author Message
zwix



Joined: 16 Jan 2008
Posts: 1

PostPosted: Wed Jan 16, 2008 12:16 pm     hotspot needs to display list in other frame Reply with quote

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

PostPosted: Wed Jan 16, 2008 12:33 pm     Reply with quote



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
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> Images & Graphics All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
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
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial