Search the Community
Showing results for tags '_IELinkGetCollection'.
-
Hey guys, So we recently moved our company Knowledge Base to an in-house solution rather than paying a monthly subscription for someone else to host it and use their features. Either way, we have moved from one KB (Knowledge Base) site to another but there is an issue. No one restricted access to...
- 6 replies
-
- .href
- object has failed
-
(and 2 more)
Tagged with:
-
================================ #include <IE.au3> #include <MsgBoxConstants.au3> Local $oIE = _IE_Example("basic") Local $oLinks = _IELinkGetCollection($oIE) Local $iNumLinks = @extended Local $sTxt = $iNumLinks & " links found" & @CRLF & @CRLF For $oLink In $oLinks $sTxt &= $oLink.href & @CRLF...
- 3 replies
-
- _IELinkGetCollection
- _IE_Example
-
(and 1 more)
Tagged with: