<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; WSH: «InternetExplorer.Application», диалог повторной отправки]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=6323&amp;type=atom" />
	<updated>2012-05-15T10:58:45Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=6323</id>
		<entry>
			<title type="html"><![CDATA[Re: WSH: «InternetExplorer.Application», диалог повторной отправки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=60350#p60350" />
			<content type="html"><![CDATA[<p>Должна срабатывать вот такая конструкция на VBS<br />Только internetexplorer.application должно быть вызвано не из этого скрипта, иначе он подвиснет.</p><div class="codebox"><pre><code>dim Oshell, Instant
Set oShell = CreateObject(&quot;WSCript.shell&quot;) 
lnstart=Timer 
while Timer-lnstart &lt;=20 
    Wscript.Sleep 200
    if oShell.AppActivate(&quot;Запрос пользователю&quot;) then oShell.SendKeys &quot;{ENTER}&quot;
wend
oShell=null</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Bagir]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=28009</uri>
			</author>
			<updated>2012-05-15T10:58:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=60350#p60350</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WSH: «InternetExplorer.Application», диалог повторной отправки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=52560#p52560" />
			<content type="html"><![CDATA[<p><strong>f11w</strong>, помнится, разбирали как-то данный вопрос. С отрицательным результатом.</p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2011-10-16T22:40:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=52560#p52560</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[WSH: «InternetExplorer.Application», диалог повторной отправки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=52558#p52558" />
			<content type="html"><![CDATA[<p>Использую объект &quot;internetexplorer.application&quot; в wsh-скрипте.<br />Можно ли подавить показ диалога &quot;Чтобы еще раз отобразить эту веб страницу, веб-браузеру нужно повторить отправку указанных данных&quot;?</p><p>Скрипт останавливается при его появлении пока пользователь не нажмет кнопку.<br />Пробовал устанавливать свойство Silent - не помогает.</p>]]></content>
			<author>
				<name><![CDATA[f11w]]></name>
			</author>
			<updated>2011-10-16T20:27:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=52558#p52558</id>
		</entry>
</feed>
