Jump to content
  • 0

вопрос по всплывающему окну


Kereal
 Share

Question

Друзья, использую тег:

<a id="open" class="button" href="#layer">Какой у меня размер?</a>

всплывающее окно у меня появляется с "крестиком" закрытия в правом верхнем угле

h_1335704860_3626858_f735671c7a.jpeg

Когда заменяю значение на страницу кот. мне нужна при открывании крестик пропадает и данное всплывающее окно можно закрыть только через "F5" (обновление станицы)

<a id="open" class="button" href="size-ru.html">Какой у меня размер?</a>

h_1335704941_6558357_6e25fd8e16.jpeg

Вопрос: почему так - и как мне сделать чтобы всплывающее окно с

<a id="open" class="button" href="size-ru.html">Какой у меня размер?</a> закрывалось крестиком или по клавише ESC

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Вообще-то, в первом случае у тебя скорее всего срабатывает какой-то яваскрипт, а во втором не видя скрипта можно сказать только, что должно произойти перенаправление на другую страницу. Но скорее всего скрипт блокирует это событие.

Короче, одним тэгом <a> не отделаешься, он тут не главный.

Link to comment
Share on other sites

  • 0

Вообще-то, в первом случае у тебя скорее всего срабатывает какой-то яваскрипт, а во втором не видя скрипта можно сказать только, что должно произойти перенаправление на другую страницу. Но скорее всего скрипт блокирует это событие.

Короче, одним тэгом <a> не отделаешься, он тут не главный.

ХМ, вроде нет там скрипта...

приведу весь код, если можно:

<section>

<nav id="aside">

[!Ditto? &id=`menu` &tpl=`ditto_catalog_side_menu_(yams_id)` &parents=`[[ultimateParent? &topLevel=`2`]]` &sortBy=`id` &sortDir=`ASC`!]

</nav>

<div id="item">

<div id="big">

<a href="[*item1*]"><img width="303px" height="454px" src="[*item1*]" drthumbonly alt="" /></a>

<a href="[*item2*]"><img width="303px" height="454px" src="[*item2*]" drthumbonly alt="" /></a>

<a href="[*item3*]"><img width="303px" height="454px" src="[*item3*]" drthumbonly alt="" /></a>

<a href="[*item4*]"><img width="303px" height="454px" src="[*item4*]" drthumbonly alt="" /></a>

<a id="zoom" href=""></a>

<div>

<a class="active" href=""><img width="17px" height="17px" src="[*item1*]" drthumbonly alt="" /></a>

<a href=""><img width="17px" height="17px" src="[*item2*]" drthumbonly alt="" /></a>

<a href=""><img width="17px" height="17px" src="[*item3*]" drthumbonly alt="" /></a>

<a href=""><img width="17px" height="17px" src="[*item4*]" drthumbonly alt="" /></a>

</div>

</div>

<div id="about">

<h1>[*description*]<span>[*cost*] <img src="images/r11.png"></span></h1>

<p id="telo">

[*introtext*]

</p>

<div id="func">

<div id="layer">

<a id="close" href="">X</a>

<div style="width:300px;">

<h4>[*pagetitle*]</h4>

<p>

[*content*]

</p>

</div>

</div>

<span class="select">

<a data-size="size" tabindex="1" href="" class="content f18 scroll">

<span class="list">

[!cut_listbox2? &par=`[*id*]` &tv=`31`!]

</span>

<span class="replace-string">Выберите размер</span>

<input name="choose[]" type="hidden" value="" />

<span class="select-arrow"></span>

</a>

</span>

<span class="select">

<a data-color="color" tabindex="1" href="" class="content f18 scroll">

<span class="list">

[!cut_listbox2? &par=`[*id*]` &tv=`30`!]

</span>

<span class="replace-string">Выберите цвет</span>

<input name="choose[]" type="hidden" value="" />

<span class="select-arrow"></span>

</a>

</span>

<a id="open" class="button" href="size-ru.html">Какой у меня размер?</a>

</div>

</div>

<aside>

<span>С чем носить:</span>

[[suitable_product? &id1=`[*id1*]` &id2=`[*id2*]` &id3=`[*id3*]` &id4=`[*id4*]`]]

</aside>

</div>

<div class="clr"></div>

<a data-cart123.id="[*id*]" data-cart123.price="[*cost*]" data-cart123.num="1" data-cart123.size="-1" data-cart123.color="-1" id="add" class="button" href="">Положить в корзину</a>

</section>

————

Сайт построен на MODX - соот. это один из чанков

Тег по которому у меня вопрос выделил жирным.

Link to comment
Share on other sites

  • 0

MODx тут ни при чем, чанки всего лишь внутренняя дирректива вывода. Уже после того, как он сформировал и выдал страницу по запросу, ее цепляет некий javascript и делает пакости неугодные. В опере есть интересный плагин, который подсвечивает элементы, на которые вешаются какие-либо события, VisualEvent.

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