Код: Выделить всё
(function (d) {
var modal = document.createElement('iframe');
modal.setAttribute('src', 'mypage.html'));
modal.setAttribute('scrolling', 'no');
modal.className = 'modal';document.body.appendChild(modal);
var c = document.createElement('link');
c.type = 'text/css';
c.rel = 'stylesheet';
c.href = '//myurl.com/testes.css';
document.body.appendChild(c);
}(document));
< /code>
Я попробовал следующее, которое пыталось его закрыть, но затем дает сообщение 404 внутри iframe: < /p>
[url=window.parent.document.getElementById(]Close[/url]
Подробнее здесь: https://stackoverflow.com/questions/117 ... o-close-it
Мобильная версия