<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; HTA: Отображение онлайн падения российской экономики]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=11250</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11250&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «HTA: Отображение онлайн падения российской экономики».]]></description>
		<lastBuildDate>Thu, 21 Jan 2016 10:58:01 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[HTA: Отображение онлайн падения российской экономики]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=100573#p100573</link>
			<description><![CDATA[<p>Отображение онлайн падения российской экономики.<br />Отображает курс доллара, евро и цену за баррель нефти.<br /></p><div class="codebox"><pre><code>&lt;html&gt;
&lt;HTA:APPLICATION
   ID=&quot;жизнь боль&quot;
   BORDER=&quot;none&quot;
   BORDERSTYLE=&quot;none&quot;
   INNERBORDER=&quot;no&quot;
   CONTEXTMENU=&quot;no&quot;
   CAPTION=&quot;no&quot;
   SHOWINTASKBAR=&quot;yes&quot;
   SINGLEINSTANCE=&quot;yes&quot;
   SCROLL=&quot;no&quot;
   SCROLLFLAT=&quot;no&quot;
   SYSMENU=&quot;no&quot;
   SHOWINTASKBAR=&quot;yes&quot;
   SINGLEINSTANCE=&quot;yes&quot;
   SCROLL=&quot;no&quot;
   SCROLLFLAT=&quot;no&quot;
   VERSION=&quot;1.0&quot;/&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1251&quot;&gt;
&lt;style type=&quot;text/css&quot;&gt;
*{font-family:tahoma;font-size:22px}
body {overflow:hidden;}
&lt;/style&gt;
&lt;script id=&quot;curVAL&quot; src=&quot;http://zenrus.ru/build/js/currents.js&quot;&gt;&lt;/script&gt;
&lt;body&gt;
&lt;div id=&quot;item current&quot;&gt;
&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
window.moveTo(screen.availWidth - 190, screen.availHeight-135 );
var current=[];
window.resizeTo(185, 115);
setInterval(updater, 1000);

function updater() {
document.getElementById(&quot;curVAL&quot;).src=&quot;http://zenrus.ru/build/js/currents.js&quot;;
document.getElementById(&#039;item current&#039;).innerHTML=parseFloat(current[0]).toFixed(2) + &#039; - Доллар&lt;br&gt;&#039; + parseFloat(current[1]).toFixed(2) + &#039; - Евро&lt;br&gt;&#039; + parseFloat(current[2]).toFixed(2) + &#039; - Нефть&lt;br&gt;&#039;;
};
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Евген)]]></author>
			<pubDate>Thu, 21 Jan 2016 10:58:01 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=100573#p100573</guid>
		</item>
	</channel>
</rss>
