<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; HTA: Индикатор прогресса на jQuery]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=7703</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=7703&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «HTA: Индикатор прогресса на jQuery».]]></description>
		<lastBuildDate>Mon, 15 Oct 2012 14:59:31 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[HTA: Индикатор прогресса на jQuery]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=64785#p64785</link>
			<description><![CDATA[<p>Не смотря на буйство возможностей фреймворков, примеров применения jquery для HTA приложения я не нашел.<br />Поэтому вот:<br /></p><div class="codebox"><pre><code>
&lt;!doctype html&gt;
&lt;HTA:APPLICATION 
		ID=&quot;Com_gui&quot; 
		APPLICATIONNAME=&quot;LoadDataToCipher&quot;
		SCROLL=&quot;no&quot;
		SINGLEINSTANCE=&quot;no&quot;
		WINDOWSTATE=&quot;normal&quot;
		MAXIMIZEBUTTON=&quot;no&quot;
		CONTEXTMENU=&quot;no&quot;
		CAPTION=&quot;yes&quot;
		BORDER=&quot;thin&quot;
		BORDERSTYLE=&quot;normal&quot;
	SELECTION=&quot;no&quot;&gt;
&lt;head&gt;
&lt;META HTTP-EQUIV=Content-Type content=&#039;text/html;charset=windows-1251&#039;&gt;
&lt;title&gt;jQuery Progressbar&lt;/title&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;http://code.jquery.com/ui/1.9.0/themes/base/jquery-ui.css&quot; /&gt;
    &lt;script src=&quot;http://code.jquery.com/jquery-1.8.2.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;http://code.jquery.com/ui/1.9.0/jquery-ui.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;/resources/demos/style.css&quot; /&gt;
    &lt;script&gt;
pbv=0
    $(function pg() {
        $( &quot;#progressbar&quot; ).progressbar({
            value: pbv
        });
    });
    &lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id=&quot;progressbar&quot;&gt;&lt;/div&gt;
 &lt;br&gt;
&lt;center&gt;&lt;INPUT TYPE=&#039;BUTTON&#039; VALUE=&#039;Старт&#039; ID=&#039;dateInv&#039; onclick=&quot;Start_pb()&quot;&gt;&lt;/center&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;SCRIPT LANGUAGE=&quot;VBScript&quot;&gt;
    window.resizeTo 600,400
    window.moveTo screen.width/2-480/2, screen.height/2-550/2
sub Start_pb()
pg
pbv=pbv+10
if pbv=100 then msgbox &quot;100&quot;
end sub
&lt;/script&gt;</code></pre></div><p>Ну а где сие чудо применять, сами решите.</p>]]></description>
			<author><![CDATA[null@example.com (Mat Skywalker)]]></author>
			<pubDate>Mon, 15 Oct 2012 14:59:31 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=64785#p64785</guid>
		</item>
	</channel>
</rss>
