Jump to content

raziel2109

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by raziel2109

  1. I guys, I need help for something related to your problems, as described in this post. My problem is that the array was fullfilled with informations in the table cells, but what it's in thata array is not what is in the html code but what i see in the page in IE. the difference is that in the IE Page the tabel cell contain "my pc is a..." and the html code contain "my pc is able to fly". What was in the array is the first one, "my pc is a..." but i need the second one, "my pc is able to fly"... Some help? I think this is caused by a javascript code in html page, limiting the lenght of what to display in a cell... but how can this be bypassed? thanks a lot...
  2. Hi all, My problem very frustrating.... so I'll explain it immediatly: I'm trying to create an array from a table in an html page, and this is really a simple thing, using the following code: .... $oIE = _IEAttach("checkboxes needing updates", "TITLE") Local $oTable = _IETableGetCollection($oIE, 1) Local $aTableData = _IETableWriteToArray($oTable) ..... My array, then, is full of useful informations exept for one column, and that column is the only one i need! Some informations in that column was only partially acquired, ending with dots (....) it seems like the information contained is too long to fit. The truth, instead, is that the HTML page contains javascript code that trim (right) the information if it is too long for the table cell displayed. Checking the html code shows the right thing, complete informations are written those cells without dots. Why this happens? why the array is build on what I see on the IE page and not with the contents of that page? is there a way to take full infos from the html? I'm trying to use _IEBodyReadHTML but I need row numbers to put a check and this function is not so useful... Please Help Me Thanks Pietro Di Mascio
×
×
  • Create New...