<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Изменить размер фрейма по клику в нём]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=8314&amp;type=atom" />
	<updated>2013-05-18T13:33:50Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=8314</id>
		<entry>
			<title type="html"><![CDATA[Re: Изменить размер фрейма по клику в нём]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=72236#p72236" />
			<content type="html"><![CDATA[<p>Всё-таки предыдущий не подошел. Вот отменный:</p><div class="codebox"><pre><code>
&lt;html&gt;
&lt;head&gt;
&lt;script&gt;
window.onload=function()
{
  var frame=window.frames[0];
      frame.document.open();
      frame.document.write(&#039;&lt;input  type=&quot;button&quot; \
                                    onclick=&quot;parent.fx()&quot; \
                                    value=&quot;resize this frame to 150px height&quot;&gt;&#039;);
      frame.document.close();
}
var i=150;
function fx()
{

  timer=setInterval(
                    function()
                    {
                      if(i&gt;150)
                            {
                              clearTimeout(timer);
                            }
                      else  {
                              document.getElementsByTagName(&#039;frameset&#039;)[0]
                              .setAttribute(&#039;rows&#039;,(i++)+&#039;,*&#039;);
                            }
                    }
                    ,20)
}
&lt;/script&gt;
&lt;/head&gt;
&lt;frameset cols=&quot;30%,*&quot;&gt;
  &lt;frame src=&quot;about:blank&quot;/&gt;
  &lt;frame src=&quot;about:blank&quot;/&gt;
&lt;/frameset&gt;
&lt;/html&gt;
</code></pre></div><p>Однако клик по кнопке &quot;подтягивает&quot; фрейм с кнопкой вверх, а хотелось бы уже существующий не подтягивая, двинуть слева направо, т.е. расширить.<br />Прошу поспособствовать.</p><p><strong>Нашел более клевый, отмена.</strong></p>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2013-05-18T13:33:50Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=72236#p72236</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Изменить размер фрейма по клику в нём]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=72233#p72233" />
			<content type="html"><![CDATA[<p>Плиз подскажите, как будет выглядеть такая команда в обрамлении тэгов <strong>CODE</strong> (в первую очередь для IE)?</p><p><a href="http://cross-browser.com/toys/frame_resize.html">Отбой</a>.</p>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2013-05-18T10:15:13Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=72233#p72233</id>
		</entry>
</feed>
