<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Получить данные из веб]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16870&amp;type=atom" />
	<updated>2022-01-07T00:04:19Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16870</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить данные из веб]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151547#p151547" />
			<content type="html"><![CDATA[<p>Спасибо, нашел.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2022-01-07T00:04:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151547#p151547</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить данные из веб]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151546#p151546" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>https://api-mainnet.magiceden.io/rpc/getCollectionEscrowStats/0artnft</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2022-01-06T23:47:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151546#p151546</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить данные из веб]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151545#p151545" />
			<content type="html"><![CDATA[<p>Cпасибо. А как можно получить значение 1.00 SOL она же цена не подскажите? В ответах https запросов не обнаружил данного значения.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2022-01-06T23:34:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151545#p151545</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить данные из веб]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151543#p151543" />
			<content type="html"><![CDATA[<p>Там джаваскрипт загружает.<br />Анализируйте траффик и делайте выводы откуда нужная информация загружается.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2022-01-06T23:14:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151543#p151543</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Получить данные из веб]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151542#p151542" />
			<content type="html"><![CDATA[<p>Здравствуйте! Пытаюсь получить html страницу:</p><div class="codebox"><pre><code>link := &quot;https://magiceden.io/marketplace/0artnft&quot;
req := ComObjCreate(&quot;MSXML2.XMLHTTP.6.0&quot;)
req.Open(&quot;GET&quot;, link)
req.Send()
text := req.responseText

msgbox % text</code></pre></div><p>Но возвращается не весь html. Как можно получить всю html страницу. В частности, не возвращается html содержимое элемента:<br /></p><div class="codebox"><pre><code>&lt;div id=&quot;root&quot;&gt;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2022-01-06T22:58:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151542#p151542</id>
		</entry>
</feed>
