Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

About Frames

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi!

I have a doubt about frames, the situation is like this:

I have a homepage with 3 frames (the title, the contents (Index), and the main frame)...

In the contents section I have a Menu and when I select one of this items it calls a submenu (this submenu is shown into contents frame-the same frame).....

Now, when I click in one of the submenu I would like to show my linkpage in main Frame...... But in "Target Frame window" I can't select any frame, it is saying "None".

Can somebody help me with this situation?

I will Appreciate it

Ana Chacon
 
The frame you are targeting should have a name attribute (NAME=&quot;framename&quot;). If you want to target the frame you can set your link <A HREF=&quot;pagename.htm&quot;> to target the frame
example:
<A HREF=&quot;pagename.htm&quot; target=&quot;framename&quot;>link</A>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top