<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; HTA,JScript: Вывод данных в форму]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10992&amp;type=atom" />
	<updated>2015-10-01T08:59:25Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10992</id>
		<entry>
			<title type="html"><![CDATA[HTA,JScript: Вывод данных в форму]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=97812#p97812" />
			<content type="html"><![CDATA[<p>Всем привет , помогите если кто знает. Есть текстовый файл (text.txt),<br />в нём лежат текстовые строки :</p><p>текст1<br />текст2<br />текст3<br />текст4<br />текст5</p><p>нужно вывести их в форму такого вида.</p><div class="codebox"><pre><code>&lt;form action=&quot;&quot; method=&quot;post&quot;&gt;
    &lt;input type=&quot;checkbox&quot; value=&quot;1&quot; checked&gt;текст1&lt;br&gt;
    &lt;input type=&quot;checkbox&quot; value=&quot;2&quot; checked&gt;текст2&lt;br&gt;
    &lt;input type=&quot;checkbox&quot; value=&quot;3&quot; checked&gt;текст3&lt;br&gt;
    &lt;input type=&quot;checkbox&quot; value=&quot;4&quot; checked&gt;текст4&lt;br&gt;
    &lt;input type=&quot;checkbox&quot; value=&quot;5&quot; checked&gt;текст5&lt;br&gt;
    &lt;p&gt;&lt;input type=&quot;submit&quot; value=&quot;Записать&quot;&gt;&lt;/p&gt;
&lt;/form&gt;</code></pre></div><p>Если кто знает как это сделать, буду очень благодарен. Заранее спасибо.</p>]]></content>
			<author>
				<name><![CDATA[vik]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32870</uri>
			</author>
			<updated>2015-10-01T08:59:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=97812#p97812</id>
		</entry>
</feed>
