airrs Posted August 21, 2012 Posted August 21, 2012 (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 August 22, 2012 by airrs
airrs Posted August 22, 2012 Author Posted August 22, 2012 (edited) could the problem be the firefox version?(v14.0.1) or is there at least another way to fix my problem? Edited August 22, 2012 by airrs
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