problems w/link target frame

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Am using a page split into two frames
Used picture hot spot within an inline frame set in one of the frames w/no problem
getting my link to open as “whole page†(target frame “parentâ€).
Drew an arrow just bellow the pic (outside the inline frame but within left frame) to replace pic hotspot link.
Now the link opens only in the left frame instead of whole page regardless of what target frame is chosen. Why?
 
Use the target frame of _top, not parent when you want a link to replace the current page with the
IFrame.

Assign a name to the IFrame and then use that as the frame target when you want to link to content
that need to open in the IFrame.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Back
Top