foray Posted April 24, 2009 Posted April 24, 2009 (edited) hey everyone, i try to get a sourcecode from an iframe, but i have fucking no idea how. maybe some can help please. affect link for example http://linksave.in/mHAgkjU5lGdbMDMjMG04MDQ...OW0gOTugM2dbk2g . with firebug you can read the url from the iframe, but i have no idea how to do with autoit... extracting the html code dosnt work ..... //edit: maybe it helps.. the searched link is http://netload.in/dateioft6jlugfb/Fast.and...D.part1.rar.htm Edited April 24, 2009 by foray
Stilgar Posted April 24, 2009 Posted April 24, 2009 Depending on ICQ-chat, the result is: _FFConnect() _FFOpenURL("http://linksave.in/mHAgkjU5lGdbMDMjMG04MDQiOTA3OW0gOTugM2dbk2g") _FFFrameEnter(1) MsgBox(0,"",_FFXpath("//iframe","src",9)) jEdit4AutoIt PlanMaker_UDF
foray Posted April 28, 2009 Author Posted April 28, 2009 i try to get this working "hidden", but no chance actualy with this solution. someone else has another ideas? maybe with ie.au3 or http.au3 ?! thanks!
Stilgar Posted April 28, 2009 Posted April 28, 2009 (edited) i try to get this working "hidden", but no chance actualy with this solution. someone else has another ideas? maybe with ie.au3 or http.au3 ?! thanks! How did you tried it? This one works: #include <FF.au3> _FFStart(default, default, 1, true) _FFOpenURL("http://linksave.in/mHAgkjU5lGdbMDMjMG04MDQiOTA3OW0gOTugM2dbk2g") _FFFrameEnter(1) MsgBox(0,"",_FFXpath("//iframe","src",9)) _FFQuit() Edited April 28, 2009 by Stilgar jEdit4AutoIt PlanMaker_UDF
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