how do I put home link in site that doesn't open all frames again.

  • Thread starter Thread starter Buzzbait57
  • Start date Start date
B

Buzzbait57

When I put a link somewhere in the web site to return to the home page, it
reopens all the frames again in the main fram. Any ideas on how to just open
up main / index without duplicating frames again?
 
When inserting the link set the target frame to _top (whole page)

In code view the link will be similar to:
<a href="index.htm" target="_top">Home page</a>
 
Set the link target frame to Whole page: target="_top"

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| When I put a link somewhere in the web site to return to the home page, it
| reopens all the frames again in the main fram. Any ideas on how to just open
| up main / index without duplicating frames again?
 

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

Back
Top