Frames Help!

liunx

Guest
Hey, <br />
This is my first time posting.. but I do need some help. I'm making a site(my first one with all HTML) and I'm doing frames. I'm having trouble getting it to work right. When I click on a link in the menu, the page comes up in a new window. I'm wanting it to come up in the MAIN area. Thanks for your help.<br />
<br />
<br />
---Jen<!--content-->This is a simple task...<br />
I am assuming you have correctly set up your framset. With somthing like this anyway...<br />
<br />
<frame src=http://www.htmlforums.com/archive/index.php/"main.htm" name="main"><br />
<br />
If you have then we have no problems in directing a link to open a page in your main frame. The link syntax should be something like this...<br />
<br />
<A href=http://www.htmlforums.com/archive/index.php/"/blah/filename.htm" target="main">link name</A><br />
<br />
The link/anchor has to have a target (destination) or it will open in the window that the link resides. I hope this helps. If you have any problems still I'm more than happy to help. Is the site online? It could be helpful to view it.<!--content-->
 
Back
Top