<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; JavaScript: Получение переменной с из скрипта с другого сайта]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=7164&amp;type=atom" />
	<updated>2012-05-02T07:21:20Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=7164</id>
		<entry>
			<title type="html"><![CDATA[Re: JavaScript: Получение переменной с из скрипта с другого сайта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=59901#p59901" />
			<content type="html"><![CDATA[<p>Страница в браузере не имеет доступа к содержимому с другого домена.</p>]]></content>
			<author>
				<name><![CDATA[Rumata]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24846</uri>
			</author>
			<updated>2012-05-02T07:21:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=59901#p59901</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: JavaScript: Получение переменной с из скрипта с другого сайта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=59900#p59900" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>shiz пишет:</cite><blockquote><p>Куда её нужно получить? Если просто узнать значение, то ввести в адресной строке &quot;javascript:alert(hst)&quot;</p></blockquote></div><p>В скрипт для обработки на другом сайте</p>]]></content>
			<author>
				<name><![CDATA[Ivanov72]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27938</uri>
			</author>
			<updated>2012-05-02T06:39:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=59900#p59900</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: JavaScript: Получение переменной с из скрипта с другого сайта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=59847#p59847" />
			<content type="html"><![CDATA[<p>Куда её нужно получить? Если просто узнать значение, то ввести в адресной строке &quot;javascript:alert(hst)&quot;</p>]]></content>
			<author>
				<name><![CDATA[shiz]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26249</uri>
			</author>
			<updated>2012-04-30T12:40:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=59847#p59847</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[JavaScript: Получение переменной с из скрипта с другого сайта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=59840#p59840" />
			<content type="html"><![CDATA[<p>Подскажите, можно ли получить переменную из скрипта с другого сайта. Вид страницы примерно такой</p><div class="codebox"><pre><code>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
&lt;head&gt;
...
&lt;/head&gt;
&lt;body&gt;
&lt;script src=&quot;...com.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
html текст
&lt;script type=&quot;text/javascript&quot;&gt;
var hst = &#039;65768768dad&#039;;
...
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</code></pre></div><p>Нужно получить переменную hst</p>]]></content>
			<author>
				<name><![CDATA[Ivanov72]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27938</uri>
			</author>
			<updated>2012-04-30T08:25:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=59840#p59840</id>
		</entry>
</feed>
