<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; HTA: Отображение онлайн падения российской экономики]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11250&amp;type=atom" />
	<updated>2016-01-21T10:58:01Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11250</id>
		<entry>
			<title type="html"><![CDATA[HTA: Отображение онлайн падения российской экономики]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100573#p100573" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Евген]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25253</uri>
			</author>
			<updated>2016-01-21T10:58:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100573#p100573</id>
		</entry>
</feed>
