|
| Index | Recent Threads | Unanswered Threads | Who's Online | User List | Help |
|
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 13
|
|
| Author |
|
|
Member ![]() USA Joined: Oct 25, 2003 Post Count: 63 Status: Offline |
I made a frame with a menu bar on the side, so that when you click on the link, it appears in the main page. How do you make it so when you click on one of the links that it will open a whole new page instead of the page in the frame where the link is, or where it is targeted. ---------------------------------------- Dan. |
||
|
|
Advanced Member ![]() Joined: Oct 8, 2003 Post Count: 200 Status: Offline |
target="_blank" ---------------------------------------- Eye see you.... |
||
|
|
Member ![]() USA Joined: Oct 25, 2003 Post Count: 63 Status: Offline |
I tried the target="_blank" and it opened up a new window, do you know how to make it open in the same window? ---------------------------------------- Dan. |
||
|
|
Advanced Member USA Joined: Sep 9, 2003 Post Count: 125 Status: Offline |
dajabu, I'm not sure I understand what you're trying to do.
If you want to open a link in the same frame that the link is in: target="_self". As arod posted earlier, if you want to open a link into a new page (which is what I thought you originally wanted to do): target="_blank". Remember, you're using frames and you have to specify which frame or new page you want the link opened into. Ted ---------------------------------------- www.aero-dynamic-web.com |
||
|
|
Member ![]() USA Joined: Oct 25, 2003 Post Count: 63 Status: Offline |
k, he's how it is, only one of the pages on my website is in frames. So when I go to that page and I want to leave, i click on the button and the page opens inside the the part of the frame with the button. I want the page that is opened to take the whole frame out and put the new page in to take up the whole screen, not just part of the frame. i tried the name="_blank" and that opened a whole new window, and i dont want that. ---------------------------------------- Dan. |
||
|
|
Advanced Member USA Joined: Jul 21, 2003 Post Count: 749 Status: Offline |
What you need is: target="_parent" That should fix your problem. Dave ---------------------------------------- Building quality, affordable web sites worldwide - DMWebsites.com |
||
|
|
Member ![]() USA Joined: Oct 25, 2003 Post Count: 63 Status: Offline |
Thanks for the tip. ill try that. ---------------------------------------- Dan. |
||
|
|
Member ![]() USA Joined: Oct 25, 2003 Post Count: 63 Status: Offline |
the "_parent" worked, thanks for the help. ---------------------------------------- Dan. |
||
|
|
Advanced Member USA Joined: Jul 21, 2003 Post Count: 749 Status: Offline |
No problem :-) ---------------------------------------- Building quality, affordable web sites worldwide - DMWebsites.com |
||
|
|
Stranger The Netherlands Joined: Jan 20, 2004 Post Count: 4 Status: Offline |
Ok, I'm not going to pollute the forum so I'll post my problem here because it's frame related. I am building a framed website with one Header frame, one side navigation frame and a main frame. The targeting isn't really the problem. My question is: Is it possible to make two frames change with only one link? So what I want is when I get to the welcome screen, the top frame shows a big " Welcome!" and the main frame shows the actual page. I tried this: <a href="welcome_head.html" target="header" href="welcome.html" target="main">Welcome</a> But that'll only work out the first href and ignores the second. How can I change them both? ---------------------------------------- "Ash nazg durbatul�k, Ash nazg gimbatul, Ash nazg thrakatul�k agh burzum-ishi krimpatul." "One Ring to rule them all, One Ring to find them, One Ring to bring them all, and in the darkness bind them." |
||
|
|
|
|
|
Current timezone is GMT May 22, 2013 8:13:39 PM |