Jump to content
  • 0

Авторесайз iFrame на разных доменах


MIRU4b
 Share

Question

Добрый день, уважаемые посетители cyberforum и залетные гости. Есть вопрос, а именно Авторесайз iFrame на разных доминах.

 

Опишу всю ситуацию:

 

У меня есть страница (залил ее для теста iFrame)/ Делал ее не руками, а в Adobe Muse, так как конструкция сайта должна быть просто (по идеи). 

 

Для создания авторесайза iFrame на разных доминаха использовал эту статью. Но как то у меня вообще не работает данный способ.

 

Код iFrame на домине im-systems:

 

<iframe
src="http://rimskiy-forum-migracia.blogspot.ru?ret=http://im-systems.ru/test/migracionnui_ychet_rimskiy_forum.html" height="150" width=100%
style="padding:0; margin:0" scrolling="no"
onload="var th=this; setTimeout(function() { 
    var h=null;
    if (!h) if (location.hash.match(/^#h(\d+)/)) h=RegExp.$1;
    if (!h) for (var i=0; i<10000; i+=30) if (top.frames['h'+i]) { h=i; break; }
    if (h) th.style.height=h+'px';
}, 10)"
></iframe>

Та страница, которая должна появляться в iFrame это блог на Blogger (googla) Знаю, что это криво, но так просят люди. Есть возможность править html в шаблоне блога.

 

Вот код для блога:

 

<script>
    window.onload = function() {
        var h = Math.ceil(document.body.scrollHeight / 30) * 30;
        var ie = 0 /*@cc_on + @_jscript_version @*/;
        if (!ie) window.name = "h" + h;
        else top.location.replace("http://http://im-systems.ru/test/migracionnui_ychet_rimskiy_forum.html/#h" + h);
    }
</script>

Данным методом уже пользовался,когда делал похожий iFrame для блога на www.tumblr.com. Там полный открытый код и легко понять где за чем идет.

 

В Bloggere вообще не понятно, что где начинается, html дикий...Я думаю может я не туда ставлю JS на самом блоге, так как на домене im-systems фрейм работает, но не видит высоту блога((. 

 

Исходный код блога: здесь

 

Люди добрые помогите)!!!!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
Добрый день, уважаемые посетители cyberforum и залетные гости. Есть вопрос, а именно Авторесайз iFrame на разных доминах.

 

Я конечно понимаю что копипаст, но все же =)

Link to comment
Share on other sites

  • 0

 

Добрый день, уважаемые посетители cyberforum и залетные гости. Есть вопрос, а именно Авторесайз iFrame на разных доминах.

 

Я конечно понимаю что копипаст, но все же =)

 

копипаст враг мой. Мои извинения....

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