Jump to content
  • 0

Вложение со ссылками на влаживаемые страницы))


CHIM.86
 Share

Question

Доброго времени суток.

Есть проблема, не могу ни как найти найти на неё ответ:

Предположим есть страница index.html

Необходимо чтоб при нажатии на пункт "галерея" в iframe загружалась страница, с ссылками вверху. Но ссылки вверху должны быть подключены как отдельный .html файл.

Проблема в том что после того как с помощью "<a href="hol.html" target="f1">" я загружаю страницу в iframe с именем f1 то при нажатии на любую ссылку (с любым target значением) окно не открывается в родительском, а открывается как новое.

Понимаю что это банально для людей кто в этом хорошо разбирается.

Подскажите как сделать.

Edited by CHIM.86
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Нет. К сожалению это не работает. Открывает страницу в этом же окне но уже как самостоятельную(не в родительском iframe).

Вот код основной index.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>Учреждение</title>
<link rel="stylesheet" type="text/css" href="main.css" />
<link rel="stylesheet" type="text/css" href="example.css" />
</head>
<body>
<div class="all" align="center">
<div class="ten" align="center">
<div class="ten_left"></div>
<div class="pole" align="left">
<div class="top">
<div class="top_left">
<p>GERB</p>
</div>
<div class="top_mid">
<p>LABLE</p>
</div>
</div>
<div class="mid">
<div class="mid_menu" align="left">
<ul class="sidenav">
<li><b><a href="index.html" target="f1">История</a></b></li>
<li><b>Галерея<span><a href="#">Дворик</a></span>
<span><a href="act.html" target="f1">Актовый зал</a></span>
<span><a href="#">Аллея</a></span>
<span><a href="#">Улица</a></span>
<li><b><a href="#">Мероприятия</a></b></li>
<li><b><a href="#">Доска почёта</a></b></li>
<li><b><a href="#">Контакты</a></b></li>
</ul>
</div>
<div class="mid_border" align="center">
<div class="mid_center" align="center">
<iframe name="f1" width="99%" height="100%"></iframe>
</div>
</div>
</div>
</div>
</div>
<div class="ten_right"></div>
<div class="ten_bottom"></div>
</div>
</div>
</body>
</html>

а вот код подключаемого файла act.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Документ без названия</title>
<link rel="stylesheet" href="img.css" /><br />
</head>
<body>
<div>

<div class="pn" align="center"><a href="act1.html" target="_parent"><label>Хол перед актовым залом</label></a>
<a href="act2.html" target="_parent"><label>Актовый зал (вид 1)</label></a>
<a href="act3.html" target="_parent"><label>Актовый зал (вид 2)</label></a>
<img align="bottom" src="IMG/act1.JPG" /></div>
</div>
</body>
</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