Linking To A Frame On A Page Inside Another Frame

liunx

Guest
OK, i have my main page index.html, has 3 frames, all rows. I have a top frame for navigation buttons, a main frame, and a bottom one for another thing.<br />
<br />
The src page inside the main frame, is made up of two frames itself, both vertical.<br />
<br />
How do i make a link in the top frame, which will open in the left frame of the page inside the main frame??? sounds confusing, lol... <br />
<br />
ive tried <a href=http://www.webdeveloper.com/forum/archive/index.php/"page.html" target="main_frame.left_frame">Link</a> although the link just keeps opening a new window??<br />
<br />
Anyway of getting this to work?????<!--content-->Hi!<br />
<br />
Just try this: <a href=http://www.webdeveloper.com/forum/archive/index.php/"page.html" target="left_frame">Link</a><br />
<br />
It will work, provided that the frame in question really is called "left_frame"...<br />
<br />
Cheers - Pit<!--content-->Great!! works, didnt think of trying that... lol, ive been stuck on that for ages<!--content-->Ok I believe I have the exact same problem...<br />
<br />
I have a site with three main frames. First is for the header and nav bar. The second is for the left frame (which I am having the trouble with), while the third and main window is for the sites content.<br />
<br />
I am trying to link the left nav bar links to the main body... I can only get a pop up window to appear. I know ONLY the very basics of coding as I'm using Dreamweaver to get by. This is what I have.<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"discounts.htm" target="Index">Current Sales</a></span><br />
<br />
Discounts is the page I am trying to load... I have tried 鎼僴dex? 鎻筰splay? 鎼坅inframe? everything I can think of under the moon. The page that is loaded in the mainframe when the website is loaded is called Display.htm I have changed the title of that page to Display...<br />
<br />
<html><br />
<head><br />
<title>Display</title><br />
<br />
Any clues, I have tried figuring this out for AGESSSSS, also, if I can't get it than I wouldn't mind removing the entire left frame altogether but I can't even get that done, I鎶
 
Back
Top