<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; VBScript: Не работает скрипт в Windows 7]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=7193&amp;type=atom" />
	<updated>2012-05-15T11:45:20Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=7193</id>
		<entry>
			<title type="html"><![CDATA[Re: VBScript: Не работает скрипт в Windows 7]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=60355#p60355" />
			<content type="html"><![CDATA[<p><span style="color: Green"><strong>Bagir</strong>, впредь используйте <a href="http://forum.script-coding.com/help.php#bbcode">тэг «code»</a> для оформления кода на форуме. Я поправил Ваши посты. </span></p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2012-05-15T11:45:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=60355#p60355</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBScript: Не работает скрипт в Windows 7]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=60352#p60352" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Set objIE = CreateObject(&quot;InternetExplorer.Application&quot;) 
objIE.Visible = True 
objIE.Navigate &quot;c:\test.html&quot; 
Do while objIE.ReadyState &lt; 4              &#039; Тут исправить
WScript.sleep 2000 
Loop 
Set objForm = objIE.Document</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Bagir]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=28009</uri>
			</author>
			<updated>2012-05-15T11:18:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=60352#p60352</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBScript: Не работает скрипт в Windows 7]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=60105#p60105" />
			<content type="html"><![CDATA[<p>Попробуйте обращаться к объекту при наступлении события DocumentComplete.</p>]]></content>
			<author>
				<name><![CDATA[JSmаn]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24434</uri>
			</author>
			<updated>2012-05-10T05:46:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=60105#p60105</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBScript: Не работает скрипт в Windows 7]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=60087#p60087" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Leontiger пишет:</cite><blockquote><p>где засада?</p></blockquote></div><p>Вероятно в коде страницы &quot;c:\test.html&quot;.</p>]]></content>
			<author>
				<name><![CDATA[Александр_]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24888</uri>
			</author>
			<updated>2012-05-09T10:20:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=60087#p60087</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[VBScript: Не работает скрипт в Windows 7]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=60082#p60082" />
			<content type="html"><![CDATA[<p>Есть код, но он не работает в Windows 7, только в XP,открывает страничку test.html и пишет неизвестная ошибка на шаге <br />-&gt;Set objForm = objIE.Document </p><div class="codebox"><pre><code>Set objIE = WScript.CreateObject(&quot;InternetExplorer.Application&quot;) 

objIE.Visible = True 

objIE.Navigate &quot;c:\test.html&quot; 

Do While objIE.Busy 
WScript.sleep 2000 
Loop 
Set objForm = objIE.Document</code></pre></div><p>Если вместе &quot;c:\test.html&quot; - указать URL - все работает как надо....где засада?(нужно открывать страничку именно с локального компа)</p><br /><p>Сменил на &quot;file:///С:/test.html&quot; - тажа самя ошибка, на том же месте</p>]]></content>
			<author>
				<name><![CDATA[Leontiger]]></name>
			</author>
			<updated>2012-05-08T19:49:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=60082#p60082</id>
		</entry>
</feed>
