Jump to content

Getting Sourcecode from iFrame


 Share

Recommended Posts

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 by foray
Link to comment
Share on other sites

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