Search the Community
Showing results for tags '_iedocinserthtml'.
-
I am get table using : #include <IE.au3> #include <Array.au3> $oIE = _IEAttach ("Shop") $oTable = _IETableGetCollection ($oIE, 1) $aTableData = _IETableWriteToArray ($oTable) Local $aExtract = _ArrayExtract($aTableData, 0, 5, 1, 1) _ArrayDisplay($aExtract, "Row 1-2 cols 2-3") How Can i insert it before Okra Row ? HTML : I am trying using : Local $oDiv = _IEGetObjById($oIE, "itemDetails") _IEDocInsertHTML($oDiv, $aExtract, "afterend") But it was not working
- 16 replies
-
OK so i have a script i run for work that helps to automate some webtools we use. been using it for a couple years now. well i got a new computer and had to upgrade IE to IE9 . the script mostly works but has some issues it would seem that _IEDocInsertHTML() no longer works . not sure if there's something i can do to help this or if there's new security and IE can't be modified by an outside process. the au3 hasent been updated since 06 so i have the latest version. _IEBodyReadText() also seems to be acting up and not providing the text as it was. anyone encounter these prob
- 3 replies
-
- IE.au3
- _IEDocInsertHTML
-
(and 1 more)
Tagged with: