Hi,
I'm CX, and I'm a new guy... With a question...
I'm wondering if it's possible to make a javascript-script that can open the source of a webpage from
to
and scan the source code for the following:
<b>Minimum price:</b> 183
</span>
<span class="spaced_span">
<b>Market price:</b> 192
</span>
<span>
<b>Maximum price:</b> 201
and
<div class="subsectionHeader">
Cannonball
</div>
And extract the 183, 192, 201 and Cannonball into variables of an array.
And when these big arrays are done, then I want to give them to flash (since they are friends)...
If you don't have a direct answer to all of this, then post suggestions or parts of answers... If everybody does their best, we can find the answer...
I'm so sorry that I can't do this myself, I master several languages, but my javascript knowledge is just too limited...
I hope you can help,
Thank you in advance,
CX
I'm CX, and I'm a new guy... With a question...
I'm wondering if it's possible to make a javascript-script that can open the source of a webpage from
to
and scan the source code for the following:
<b>Minimum price:</b> 183
</span>
<span class="spaced_span">
<b>Market price:</b> 192
</span>
<span>
<b>Maximum price:</b> 201
and
<div class="subsectionHeader">
Cannonball
</div>
And extract the 183, 192, 201 and Cannonball into variables of an array.
And when these big arrays are done, then I want to give them to flash (since they are friends)...
If you don't have a direct answer to all of this, then post suggestions or parts of answers... If everybody does their best, we can find the answer...
I'm so sorry that I can't do this myself, I master several languages, but my javascript knowledge is just too limited...
I hope you can help,
Thank you in advance,
CX