Contents Frame Page

A

Amy

I have created a web page with 2 frames, one being a navigational frame (with
links to other web pages) on the left side with a menu. I want the frame
on the left to stay on every web page and the page on the right to be the one
that changes according to the navigational menu . How do I change the pages
within the frame on the right and get them to appear in the right side frame
when clicking on the appropriate hyperlink in the left frame?
 
C

Corey Bryant

You will need to name the frames and then target the frame name in your <a>

However, it is not advisable to use frames - if you are wanting a way to
easily update content throughout the website consider server side includes:
http://www.loudexpressions.com/2008/03/file-includes

Name the frame: Right click on the frame and choose frame properties. Cname
in in the area where is says name.

Target the frame... In the hyperlink Properties dialog box, choose target
frame. Here you can type in the name of the frame or if working in the
frames - you should see the frame names.
 

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