<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Ждать открытия сайта]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11292&amp;type=atom" />
	<updated>2016-02-06T20:49:17Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11292</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ждать открытия сайта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100894#p100894" />
			<content type="html"><![CDATA[<p>Спасибо)</p>]]></content>
			<author>
				<name><![CDATA[Dworkin]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27052</uri>
			</author>
			<updated>2016-02-06T20:49:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100894#p100894</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ждать открытия сайта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100889#p100889" />
			<content type="html"><![CDATA[<p>Куда вам нужно туда и впишите.<br />Эта часть отвечает за то, что активная страница фаерфокса загружена полностью:<br /></p><div class="codebox"><pre><code>ReloadButton := &quot;application.tool_bar3.combo_box1.push_button3&quot;
loop
{
   name := Acc_Get(&quot;Name&quot;, ReloadButton, 0, &quot;ahk_class MozillaWindowClass&quot;)
   if (name = &quot;Reload current page&quot;)
      break
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-02-06T18:52:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100889#p100889</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ждать открытия сайта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100888#p100888" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>У меня так получается с ACC (ff 44):<br /></p><div class="codebox"><pre><code>ReloadButton := &quot;application.tool_bar3.combo_box1.push_button3&quot;
f11::
loop
{
   name := Acc_Get(&quot;Name&quot;, ReloadButton, 0, &quot;ahk_class MozillaWindowClass&quot;)
   if (name = &quot;Reload current page&quot;)
      break
}
msgbox loaded
return</code></pre></div></blockquote></div><p>Библиотеку скачал, но куда написать ссылку на сайт?</p>]]></content>
			<author>
				<name><![CDATA[Dworkin]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27052</uri>
			</author>
			<updated>2016-02-06T18:47:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100888#p100888</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ждать открытия сайта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100883#p100883" />
			<content type="html"><![CDATA[<p>У меня так получается с ACC (ff 44):<br /></p><div class="codebox"><pre><code>ReloadButton := &quot;application.tool_bar3.combo_box1.push_button3&quot;
f11::
loop
{
   name := Acc_Get(&quot;Name&quot;, ReloadButton, 0, &quot;ahk_class MozillaWindowClass&quot;)
   if (name = &quot;Reload current page&quot;)
      break
}
msgbox loaded
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-02-06T04:59:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100883#p100883</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ждать открытия сайта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100882#p100882" />
			<content type="html"><![CDATA[<p>Скорее всего никак. Данные в Windows можно получить только из IE.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-02-05T23:07:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100882#p100882</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Ждать открытия сайта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100881#p100881" />
			<content type="html"><![CDATA[<p>Здравствуйте. Скажите пожалуйста как сделать что бы скрипт ждал когда откроется и загрузится сайт meta.ua в браузере Firefox и потом начать выполнять действие например открыть другой скрипт.</p>]]></content>
			<author>
				<name><![CDATA[Dworkin]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27052</uri>
			</author>
			<updated>2016-02-05T22:40:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100881#p100881</id>
		</entry>
</feed>
