Jump to content
  • 0

ФРЕЙМЫ


danyanovikov
 Share

Question

Я только начал использовать фреймы и вот не могу сделать вот что:

мне надо, чтобы ссылка из одного фрейма (к примеру, левого) вела на страницу, которая должна открыться в основном фрейме, а не в левом (как выходит у меня)

Помогите!

http://danyanovikov.narod.ru/frame/1.html

Вот, видите, ссылка News открывается в левом фрейме, а мне надо, чтобы в главном!

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Я понимаю, что фреймы очень изыскано звучат, и создают ощущение тайны, которую предстоит разгадать каждому будущему вебмастеру )) , но в данное время они утратили свою актуальность, нет смысла использовать их онлайн.

если что, советую копать в сторону target.

:o P.S. судя по злости 2го поста - тайна еще не разгадана)))

Link to comment
Share on other sites

  • 0

danyanovikov, вот пример. БОЛЬШИМ РЕГИСТРОМ выделено вс?, что нужно для этого.

meny.html

<html>
<head>
<title></title>
<meta http-equiv="text/html; charset=windows-1251">
</head>
<body>

<h3>Меню</h3>
<a href="link.html" TARGET="NAME_FRAME">Ссылка</a>

</body>
</html>

content.html

<html>
<head>
<title></title>
<meta http-equiv="text/html; charset=windows-1251">
</head>
<body>

Нажмите на ссылку в меню.

</body>
</html>

link.html

<html>
<head>
<title></title>
<meta http-equiv="text/html; charset=windows-1251">
</head>
<body>

Нажали на ссылку?

</body>
</html>

index.html

<html>
<head>
<title>Фреймы</title>
</head>
<frameset cols="50,*">
<frame src="menu.html">
<frame src="content.html" NAME="NAME_FRAME">
</frameset>
</html>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy