Jump to content

Search the Community

Showing results for tags '_iebodyreadhtml'.

  • Search By Tags

    • _iebodyreadhtml ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 2 results

  1. I am adding labour charge to total paid amount using : #include <IE.au3> #include <Array.au3> $oIE = _IEAttach ("Shop") $oTable = _IETableGetCollection ($oIE, 1) $aTableData3 = _IETableWriteToArray ($oTable) Local $sitem1 = $aTableData3[5][1] Local $sitem2 = $aTableData3[5][2] Local $lcharge =...
  2. Hi there, to read page and go next i always use this function: #include <Array.au3> #include <IE.au3> $oIE = _IECreate('http://autoitscript.com/forum') $sHTML = _IEBodyReadHTML($oIE) ; read Body $aFile = @TempDir&'au3test.tmp' ; create File $wFile = FileWrite($aFile,$sHTML) ; write Body to Fi...
×
×
  • Create New...