<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: переменную внести как число в .value | InternetExplorer.Applic]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13873&amp;type=atom" />
	<updated>2018-06-22T14:02:06Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13873</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: переменную внести как число в .value | InternetExplorer.Applic]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=126364#p126364" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong> Спасибо за помощь</p>]]></content>
			<author>
				<name><![CDATA[MirchikAhtung]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38635</uri>
			</author>
			<updated>2018-06-22T14:02:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=126364#p126364</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: переменную внести как число в .value | InternetExplorer.Applic]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=126363#p126363" />
			<content type="html"><![CDATA[<p>А причём тут ошибка на строке, которая выше?<br />У вас просто объект не создался по какой-то причине. Может, процесс ie после прошлого запуска скрипта не закрылся, проверьте в диспетчере задач.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-06-22T13:51:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=126363#p126363</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: переменную внести как число в .value | InternetExplorer.Applic]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=126361#p126361" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong> Неопознанная ошибка 0x80004005</p><div class="codebox"><pre><code>ie.document.getElementById(&quot;author&quot;).value := nick</code></pre></div>]]></content>
			<author>
				<name><![CDATA[MirchikAhtung]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38635</uri>
			</author>
			<updated>2018-06-22T13:41:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=126361#p126361</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: переменную внести как число в .value | InternetExplorer.Applic]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=126360#p126360" />
			<content type="html"><![CDATA[<p>А без всего пробовали?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-06-22T13:29:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=126360#p126360</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: переменную внести как число в .value | InternetExplorer.Applic]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=126359#p126359" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[MirchikAhtung]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38635</uri>
			</author>
			<updated>2018-06-22T13:01:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=126359#p126359</id>
		</entry>
</feed>
