iframe bookmark problem.

R

REBerman

I would like to provide a hyperlink from a text page in an iframe to a
specific (bookmarked) spot in another iframe on a different page (preferably
in a new window). I have tried numerous different pieces of code without
success. There is no problem in linking to the other page, however the
bookmark is ignored in the iframe. Or I can retrieve the text that is in the
iframe (without the page) and it goes to the bookmark. But I can't seem to
code it so I get the page with the text in the iframe at the bookmark.

The full website is not up yet. However you can view the problem in some
test pages that I have loaded.

If you go to http://www.businessbuyersmanual.com/Alphabetical-FULLPAGE.html
you will load a page with an iframe. In the iframe second row down (@work
Personnel Services) you will see a yellow check mark in a blue square under
the heading "Staffing / Payroll". The desire is to have a hyperlink to a
bookmark which appears in the iframe of
http://www.businessbuyersmanual.com/Staffing-Payroll-Agencies-FULLPAGE.htm
(the iframe URL is
http://www.businessbuyersmanual.com/Staffing-Payroll-Agencies-Franchises.html)
and the bookmark is to a listing on that page for @work Personnel Services
(it is the last listing (bottom) on the right hand side of the page).

The end result is to have every checkmark on the first page link to a
listing on another page in an iframe. There will be a seperate index of the
non iframe pages for those who cannot handle frames and for search engines.
 
S

Stefan B Rusynko

Your link is not set to a bookmark in the linked page and is set to open a new window (target=_blank) instead of the name of the
Iframe (Test_inline)
<A href="Staffing-Payroll-Agencies-Franchises.html" target=_blank>

PS
your page throws a script error on loading
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I would like to provide a hyperlink from a text page in an iframe to a
| specific (bookmarked) spot in another iframe on a different page (preferably
| in a new window). I have tried numerous different pieces of code without
| success. There is no problem in linking to the other page, however the
| bookmark is ignored in the iframe. Or I can retrieve the text that is in the
| iframe (without the page) and it goes to the bookmark. But I can't seem to
| code it so I get the page with the text in the iframe at the bookmark.
|
| The full website is not up yet. However you can view the problem in some
| test pages that I have loaded.
|
| If you go to http://www.businessbuyersmanual.com/Alphabetical-FULLPAGE.html
| you will load a page with an iframe. In the iframe second row down (@work
| Personnel Services) you will see a yellow check mark in a blue square under
| the heading "Staffing / Payroll". The desire is to have a hyperlink to a
| bookmark which appears in the iframe of
| http://www.businessbuyersmanual.com/Staffing-Payroll-Agencies-FULLPAGE.htm
| (the iframe URL is
| http://www.businessbuyersmanual.com/Staffing-Payroll-Agencies-Franchises.html)
| and the bookmark is to a listing on that page for @work Personnel Services
| (it is the last listing (bottom) on the right hand side of the page).
|
| The end result is to have every checkmark on the first page link to a
| listing on another page in an iframe. There will be a seperate index of the
| non iframe pages for those who cannot handle frames and for search engines.
 
R

REBerman

Thank you for your response.

I tried <a href="Staffing-Payroll-Agencies-Franchises.html#@work"
target="Test_inline">

The page Staffing-Payroll-Agencies-Franchises.html comes up and goes to the
bookmark "@work". But it does not come up in the iframe - "Test_inline", in
page Staffing-Payroll-Agencies-FULLPAGE.htm, it comes up as an independent
page.

Did I misunderstand your instructions?

PS: The script error is corrected.


Stefan B Rusynko said:
Your link is not set to a bookmark in the linked page and is set to open a new window (target=_blank) instead of the name of the
Iframe (Test_inline)
<A href="Staffing-Payroll-Agencies-Franchises.html" target=_blank>

PS
your page throws a script error on loading
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I would like to provide a hyperlink from a text page in an iframe to a
| specific (bookmarked) spot in another iframe on a different page (preferably
| in a new window). I have tried numerous different pieces of code without
| success. There is no problem in linking to the other page, however the
| bookmark is ignored in the iframe. Or I can retrieve the text that is in the
| iframe (without the page) and it goes to the bookmark. But I can't seem to
| code it so I get the page with the text in the iframe at the bookmark.
|
| The full website is not up yet. However you can view the problem in some
| test pages that I have loaded.
|
| If you go to http://www.businessbuyersmanual.com/Alphabetical-FULLPAGE.html
| you will load a page with an iframe. In the iframe second row down (@work
| Personnel Services) you will see a yellow check mark in a blue square under
| the heading "Staffing / Payroll". The desire is to have a hyperlink to a
| bookmark which appears in the iframe of
| http://www.businessbuyersmanual.com/Staffing-Payroll-Agencies-FULLPAGE.htm
| (the iframe URL is
| http://www.businessbuyersmanual.com/Staffing-Payroll-Agencies-Franchises.html)
| and the bookmark is to a listing on that page for @work Personnel Services
| (it is the last listing (bottom) on the right hand side of the page).
|
| The end result is to have every checkmark on the first page link to a
| listing on another page in an iframe. There will be a seperate index of the
| non iframe pages for those who cannot handle frames and for search engines.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top