<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; HTA:VBS Ввод интервала дат]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5367&amp;type=atom" />
	<updated>2011-01-13T08:17:11Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5367</id>
		<entry>
			<title type="html"><![CDATA[Re: HTA:VBS Ввод интервала дат]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43660#p43660" />
			<content type="html"><![CDATA[<p><span style="color: Green"><strong>Mat Skywalker</strong>: <a href="http://forum.script-coding.com/rules.html#3.11.">один вопрос — одна тема</a>.</span></p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2011-01-13T08:17:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43660#p43660</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: HTA:VBS Ввод интервала дат]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43653#p43653" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>DnsIs</p></blockquote></div><p>Где были мои глаза!<br />Спасибо за подсказку. Еще один маленький вопросец <img src="//forum.script-coding.com/img/smilies/roll.png" width="15" height="15" /></p><p>Есть результат выполнения SELECT ID FROM blabla <br />Вопрос: как впихнуть <strong>этот набор данных</strong> в модальное окно в виде списка с галочками?<br />Соответственно нужно обратно получить набор отмеченных ID.</p>]]></content>
			<author>
				<name><![CDATA[Mat Skywalker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26275</uri>
			</author>
			<updated>2011-01-13T01:04:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43653#p43653</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: HTA:VBS Ввод интервала дат]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43604#p43604" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>Mat Skywalker</strong>, согласно Правилам название темы должно иметь вид &quot;Название скриптового языка: Ввод интервала дат&quot;. Поправьте.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2011-01-12T14:55:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43604#p43604</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: HTA:VBS Ввод интервала дат]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43587#p43587" />
			<content type="html"><![CDATA[<p><strong>2Mat Skywalker</strong>, смотрите внимательнее:</p><p>Добавил еще кнопку:<br /></p><div class="quotebox"><blockquote><p>&lt;INPUT TYPE=&#039;TEXT&#039; ID=&#039;<span style="color: red">dateInp</span>&#039; style=&#039;width: 200; font-family: Verdana;font-weight: 700;&#039;&gt;<br />&lt;INPUT TYPE=&#039;BUTTON&#039; VALUE=&#039;Ввод даты&#039; ID=&#039;<span style="color: red">dateInv</span>&#039;&gt;&lt;BR&gt;<br />&lt;INPUT TYPE=&#039;TEXT&#039; ID=&#039;<span style="color: red">dateOut</span>&#039; style=&#039;width: 200; font-family: Verdana;font-weight: 700;&#039;&gt;<br />&lt;INPUT TYPE=&#039;BUTTON&#039; VALUE=&#039;Ввод даты&#039; ID=&#039;<span style="color: red">dateOut</span>&#039;&gt;&lt;BR&gt;</p></blockquote></div><p>Видите разницу? Не может присвоить из-за 2 элементов с одинаковым ID.</p>]]></content>
			<author>
				<name><![CDATA[DnsIs]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26282</uri>
			</author>
			<updated>2011-01-12T07:58:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43587#p43587</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[HTA:VBS Ввод интервала дат]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43584#p43584" />
			<content type="html"><![CDATA[<p>Не могу добиться вызова 2-х диалогов ввода даты. <br />Видимо совсем не хватает знаний в JS, но как не бьюсь с примером:<br /><a href="http://forum.script-coding.com/viewtopic.php?id=2552">http://forum.script-coding.com/viewtopic.php?id=2552</a></p><p>Добавил еще кнопку:<br /></p><div class="codebox"><pre><code> &lt;INPUT TYPE=&#039;TEXT&#039; ID=&#039;dateInp&#039; style=&#039;width: 200; font-family: Verdana;font-weight: 700;&#039;&gt;
&lt;INPUT TYPE=&#039;BUTTON&#039; VALUE=&#039;Ввод даты&#039; ID=&#039;dateInv&#039;&gt;&lt;BR&gt;
&lt;INPUT TYPE=&#039;TEXT&#039; ID=&#039;dateOut&#039; style=&#039;width: 200; font-family: Verdana;font-weight: 700;&#039;&gt;
&lt;INPUT TYPE=&#039;BUTTON&#039; VALUE=&#039;Ввод даты&#039; ID=&#039;dateOut&#039;&gt;&lt;BR&gt;</code></pre></div><p>Изменил соответствующие переменные. Событие function dateOut.onclick() не наступает.<br />Подскажите как получить <strong>интервал</strong> дат?</p>]]></content>
			<author>
				<name><![CDATA[Mat Skywalker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26275</uri>
			</author>
			<updated>2011-01-12T06:05:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43584#p43584</id>
		</entry>
</feed>
