Jump to content

how can I read the URL of an IE object?


silvanr
 Share

Recommended Posts

how can I read the URL and the name of an IE object?

The name can I select in such a way:

#include <IE.au3>
$oIE = _IE_Example ()
$oInputs = _IETagNameGetCollection ($oIE, "a")
For $oInput In $oInputs
    MsgBox(0, "Name:", $oInput.innerText)
Next

and the url?

Edited by silvanr

Sorry, which my English is so bad. I come from Switzerland ;-)

Link to comment
Share on other sites

how can I read the URL and the name of an IE object?

The name can I select in such a way:

#include <IE.au3>
$oIE = _IE_Example ()
$oInputs = _IETagNameGetCollection ($oIE, "a")
For $oInput In $oInputs
    MsgBox(0, "Name:", $oInput.innerText)
NextoÝ÷ ٩ݶ®®_êº^¶­±úèØ^éi~)^¢¹è®f¥(­²X¤zØb±«­¢+Ø¥¹±Õ±Ðí%¹ÔÌÐì((ÀÌØíÍUÉ°ôÅÕ½ÐíUI0Q

if this isnt what you meant, then try to take some english lessons :P

Edited by aceloc

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

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...