Stop Microsoft
Miscellaneous => The Lounge => Topic started by: Master of Reality on 25 April 2002, 06:55
-
can someone who knows HTML check out my site http://abyss.servebeer.com (http://abyss.servebeer.com) and tell me what the hell i did wrong with the frames.
When i click a link in the left frame, the page loads in that frame.
-
In your html it will have (for example)
But if your main frame is named "body"
you do
That will open the pic of goosenburys crack whore mum in the frame body.
In your case target will have to be "Middle"
by the looks of your code.
-
i knew it was something small like that, but i couldnt remember.
-
dammit, it automatically opens it in a new window when i click a link in my left frame.(i didnt set it to). It opens it properly, but in a new window. How can i stop this from hapening?
-
If in your HREF you use a target that does not exist it will create the target (a new window). You have to have a frame appropriately named so when you want something sent to that frame you use it's name in the "target=" parameter. One of the two must be incorrect. Either the frame is not named what you think it is or you used the wrong frame name in your target param.