<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: переменную внести как число в .value | InternetExplorer.Applic]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13873</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13873&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: переменную внести как число в .value | InternetExplorer.Applic».]]></description>
		<lastBuildDate>Fri, 22 Jun 2018 14:02:06 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: переменную внести как число в .value | InternetExplorer.Applic]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=126364#p126364</link>
			<description><![CDATA[<p><strong>teadrinker</strong> Спасибо за помощь</p>]]></description>
			<author><![CDATA[null@example.com (MirchikAhtung)]]></author>
			<pubDate>Fri, 22 Jun 2018 14:02:06 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=126364#p126364</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: переменную внести как число в .value | InternetExplorer.Applic]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=126363#p126363</link>
			<description><![CDATA[<p>А причём тут ошибка на строке, которая выше?<br />У вас просто объект не создался по какой-то причине. Может, процесс ie после прошлого запуска скрипта не закрылся, проверьте в диспетчере задач.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 22 Jun 2018 13:51:53 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=126363#p126363</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: переменную внести как число в .value | InternetExplorer.Applic]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=126361#p126361</link>
			<description><![CDATA[<p><strong>teadrinker</strong> Неопознанная ошибка 0x80004005</p><div class="codebox"><pre><code>ie.document.getElementById(&quot;author&quot;).value := nick</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (MirchikAhtung)]]></author>
			<pubDate>Fri, 22 Jun 2018 13:41:19 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=126361#p126361</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: переменную внести как число в .value | InternetExplorer.Applic]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=126360#p126360</link>
			<description><![CDATA[<p>А без всего пробовали?</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 22 Jun 2018 13:29:33 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=126360#p126360</guid>
		</item>
		<item>
			<title><![CDATA[AHK: переменную внести как число в .value | InternetExplorer.Applic]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=126359#p126359</link>
			<description><![CDATA[<p>Всем привет. Столкнулся с проблемой, что не могу переменную внести как число в .value InternetExplorer.Application</p><div class="codebox"><pre><code>nick := &quot;admin&quot;
ie := ComObjCreate(&quot;InternetExplorer.Application&quot;)
ie.Visible := false
ie.Navigate(&quot;http://мойсайт/&quot;)
while ie.readystate &lt;&gt; 4
	continue
ie.document.getElementById(&quot;author&quot;).value := &quot;%nick%&quot; ;Элемент поля для ввода
ie.document.getElementById(&quot;message&quot;).value := %nick% ;Элемент поля для ввода
ie.document.getElementById(&quot;send&quot;).click() ;Кнопка, что отправляет введенные данные на сервер
while ie.readystate &lt;&gt; 4
	continue
</code></pre></div><p>Есть ли обходные пути/решение?<br />Если без кавычек - вообще не отправляет отправляет запрос, а если в кавычках, то оно показывается просто как текст. (Например: Автор: %nick%)</p>]]></description>
			<author><![CDATA[null@example.com (MirchikAhtung)]]></author>
			<pubDate>Fri, 22 Jun 2018 13:01:05 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=126359#p126359</guid>
		</item>
	</channel>
</rss>
