First problem solved. The second one: on the site, i have a checkbox named "agb" . I want to check it via FF.au3
I tried so:
$11=IniRead("settings.ini","settings","11",0)
_FFFormCheckBox($11, True,0,"name")
In the ini, 11=agb. I checked, and it is searching for agb.
But the checkbox isn't checked. It just doesn't check it :|






