View Full Version : Links From DropDowns In Frames


kryless
04-13-2003, 04:11 PM
I jus completed (almost) my first HTML site. I only have one problem---links. I have frames, which are really nice, but when I leave I get stuck in them. I know there are scripts that you should put (from the page) but they aren't working, also, I need one on the dropdown menu of my left frame. Thanks! Oh, my site's URL is http://www.geocities.com/nokryinbeagles/

MaGiCSuN
04-13-2003, 04:28 PM
I don't really understand what you mean sorry :(
when i leave your site it works perfectly for me, all the links work etc. Could you please tell us a bit more? thanks!

Love,
Mirna

kryless
04-13-2003, 04:34 PM
I mean on the scroll down bar under Kryless Web Design and in the actual "links" page when you go to a link.

MaGiCSuN
04-13-2003, 04:38 PM
You have used this code:

<a href="http://www.wefussbeagles.com/"><target="_blank">linknamehere</a>

but it should be:

<a href="http://www.wefussbeagles.com/" target="_blank">linknamehere</a>

Love,
mirna

Xiphias
04-13-2003, 04:41 PM
Originally posted by MaGiCSuN
but it should be:

<a href="http://www.wefussbeagles.com/" target="_blank">linknamehere</a>


If you want the links to open in the current window without appearing inside the frames, put <a href="http://www.wefussbeagles.com/" target="_top">linknamehere</a>

kryless
04-13-2003, 05:09 PM
I'm still having problems with the pull down menu under Kryless Web Design- where it's supposed to go to another siet, out of that frame

MaGiCSuN
04-13-2003, 05:30 PM
If you want them all to target to a new page then change target="FRAMENAME" in the dropdown menu top target="new"

if you only want certain pages to open in a new page, and some in the frame then you need to add a second drop down menu. You can only have 1 target option in a drop down menu

Love,
Mirna

kryless
04-13-2003, 05:35 PM
ok, thanks, this is off the subject but how do u make those clear boxes?