Jump to content

Recommended Posts

Posted (edited)

hi there

i need to change the source of a page, cause it have dynamic IDs.

reading the html file is not a problem, the change of the resulting string either.

but the FFWriteHTML part doesn't work.

for testing i used the ffau3 example page

#Include <FF.au3>

_FFStart("http://ff-au3-example.thorsten-willert.de/")
$sHTML = _FFReadHTML("html")

$a = StringInStr($sHTML,"Benutzerdaten")

$b = StringReplace($sHTML,$a,"asdfasdfasdf")
;MsgBox(4096,"",$b)
_FFWriteHTML($b,"html")

can someone tell me what i'm doing wrong?

because when i change the source in firebug it works.

greets airrs

Edited by airrs
Posted (edited)

could the problem be the firefox version?(v14.0.1)

or is there at least another way to fix my problem?

Edited by airrs

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
  • Recently Browsing   0 members

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