bookmark in inline frame with FP 2003

  • Thread starter Thread starter robrien
  • Start date Start date
R

robrien

I have a web page with interactive buttons and a single
in-line frame containing bookmarks. How do I get the
buttons to hyperlink to a bookmark in the frame? I keep
ending up in the file the frame is created from.

TIA

Rick
 
Set the target value of the hyperlink to the actual name assigned to the
IFrame.

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
I'm still missing something (I'm also new to frames so
please bear with me). The iFrame "Set Initial" within the
page I'm viewing is, List1.htm for example. List1.htm
contains bookmarks. The hyperlink for the button (on the
page I'm viewing) becomes List1.htm#Bookmark1. When I
run it, I leave the page I'm viewing completely and get
Bookmark1 on List1.htm instead of Bookmark1 on the iFrame
within the page I'm viewing. Did I explain it better
this time?

Thanks for your patience.

Rick
 
If I'm understanding right:
right click on the iframe and select properties. then see what it's (the
frame's) name is.
then right click the hyperlink and select properties and then target frame.
make the target frame be the same name as the iframe.
HTH
 
Back
Top