silvanr Posted September 5, 2006 Share Posted September 5, 2006 (edited) 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 September 5, 2006 by silvanr Sorry, which my English is so bad. I come from Switzerland ;-) Link to comment Share on other sites More sharing options...
AceLoc Posted September 5, 2006 Share Posted September 5, 2006 (edited) 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 Edited September 5, 2006 by aceloc [quote name='AceLoc']I gots new sunglasses there cool.[/quote] Link to comment Share on other sites More sharing options...
silvanr Posted September 5, 2006 Author Share Posted September 5, 2006 sry, I meant href. Here the code:#include <IE.au3> $oIE = _IE_Example () $oInputs = _IETagNameGetCollection ($oIE, "a") For $oInput In $oInputs MsgBox(0, "URL (href)", $oInput.href) Next Thx Sorry, which my English is so bad. I come from Switzerland ;-) Link to comment Share on other sites More sharing options...
AceLoc Posted September 5, 2006 Share Posted September 5, 2006 sry, I meant href. Here the code:#include <IE.au3> $oIE = _IE_Example () $oInputs = _IETagNameGetCollection ($oIE, "a") For $oInput In $oInputs MsgBox(0, "URL (href)", $oInput.href) Next Thx okay and you want us to??????????????????????? [quote name='AceLoc']I gots new sunglasses there cool.[/quote] Link to comment Share on other sites More sharing options...
silvanr Posted September 5, 2006 Author Share Posted September 5, 2006 I found it out. Thanks. It's o.k. Sorry, which my English is so bad. I come from Switzerland ;-) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now