Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

linking to a frameset

Status
Not open for further replies.

newtek1

Technical User
Joined
Mar 11, 2002
Messages
22
Location
AU
hello this will probably be an easy one to solve

how do i link the imagemap with hotspots and url links[exported in fireworks as a library file]to open in the main_frame of the frameset?

when i go to the imagemap i click my first choice and it opens in a new page-this leaves me unable to get back to the map without using the back button
address is thankyou
 
on your link in the properties type _main

[afro]
 
thankyou for your quick reply
the link in the library file is to the fireworks.htm because that is where the image that i want to show is [further down the page] so
i tried changing the library target to main_frame, no joy

this is the code, can you see anything that i have done wrong here?
<!-- #BeginLibraryItem &quot;/hollins_website/library/fw_map/image_map.lbi&quot; --><img name=&quot;image_map&quot; src=&quot;hollins_website/library/fw_map/image_map.gif&quot; width=&quot;740&quot; height=&quot;250&quot; border=&quot;0&quot; usemap=&quot;#m_image_map&quot;>
<map name=&quot;m_image_map&quot;>
<area shape=&quot;rect&quot; coords=&quot;579,111,734,227&quot; href=&quot;#6&quot; >
<area shape=&quot;rect&quot; coords=&quot;430,21,575,169&quot; href=&quot;#5&quot; >
<area shape=&quot;rect&quot; coords=&quot;242,161,365,233&quot; href=&quot;#4&quot; >
<area shape=&quot;rect&quot; coords=&quot;297,83,410,139&quot; href=&quot;#3&quot; >
<area shape=&quot;rect&quot; coords=&quot;179,25,355,79&quot; href=&quot;#2&quot; >
<area shape=&quot;rect&quot; coords=&quot;22,78,173,230&quot; href=&quot;#1&quot; target=&quot;_parent&quot; >
</map>
<!-- #EndLibraryItem -->
thankyou
 
on target....change _parent to _main
 
thankyou, thankyou, thankyou
for your help
may the luck of the irish always smile on you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top