Jump to content

Autoit / Chat / IE


Recommended Posts

Im trying to grab the text from a livechat (the program has to react on some words). The link for the chat is http://dating.dk - you can login using this.

User: autoit

Pass: qwerty

Only one user can be logged in (feel free to create a new to test)

Well When you are at the chat try run this

#include <IE.au3>

$oIE = _IEAttach("Dating.dk")
$oFrames = _IEFrameGetCollection ($oIE)
$iNumFrames = @extended
For $i = 0 to ($iNumFrames - 1)
    $oFrame = _IEFrameGetCollection ($oIE, $i)
    MsgBox(0, "Frame Info", _IEPropertyGet ($oFrame, "locationurl"))
Next

Now I think I need the place where it get the error, its the framewith the chat.

Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...