Jump to content

Help: _IETableWriteToArray


jokke
 Share

Recommended Posts

Hi, i need abit help, im trying to write some data from a table on a web page to a array.

Getting the text inn a collum is no problem, but there are a picture inn the collum witch i need also innto my array (its url/link data) so i can use it to vaulate next moove.

Code im using:

#include <IE.au3>
$OF=FileOpen(list.txt",2)
$site = "somepage"
$browser=_IECreate($site)
$iNumTables = @extended
$oTable = _IETableGetCollection ($browser, 0)
$aTableData = _IETableWriteToArray ($oTable)
FileWrite($OF,$aTableData[0][0])
FileClose($OF)

Yepp i stole code from some other guy, at this page.

All help appreciated. :whistle:

UDF:Crypter a file encrypt / decrypt tool with no need to remember a password again. Based on Caesar cipher using entire ASCII Table.Script's: PixelSearch Helper, quick and simple way to create a PixelSeach.Chatserver - simplified, not so complicated multi-socket server.AutoIT - Firewall, simple example on howto create a firewall with AutoIt.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...