Jump to content

Search the Community

Showing results for tags '_IEFrameGetObjByName'.

  • Search By Tags

    • _ieframegetobjbyname ×
    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 3 results

  1. I need help since my script broke and it may be that they changed the web site but: This used to work: $oIE1 = _IEAttach ("http://paragonmls.sandicor.com/ParagonLS/Default.mvc", "URL") Local $oFrame = _IEFrameGetObjByName($oIE1, "tab1_1_1") Local $oQuery = _IEGetObjById($oFrame, "f_177_Low_...
  2. Hello, can anyone give a help with getting this "special" ID below and click it: data-siteid=".2.1:5:1:$post653711358129481_653714114795872:0.0.$up.0.$down.0.3.$voteToggle:0" I have tried to get it with $a.innerHtml and click it with _IEAction. the script i wrote has no errors but seems it doesn't c...
  3. I'm struggling to get my code working in the latest IE.au3 (3.3.9++) that came with the newest stable version of AutoIt (v3.3.10.2). There's an old, but perfect example DaleHohm >posted that illustrates the problem: From the debug console: IE.au3 T3.0-1 Warning from function _IEFrameGetO...
×
×
  • Create New...