Habe noch ein '(?i)' = Groß-/Kleinschreibung ignorieren eingefügt!
Spoiler anzeigen
[autoit]
#include <ie.au3>
[/autoit] [autoit][/autoit] [autoit]$oie=_IECreate("http://fileupload2.fi.funpic.de/haupt.html")
$html=_IEDocReadHTML($oie)
MsgBox(0,"",$html)
[/autoit] [autoit][/autoit] [autoit]$result = StringRegExp($html,'(?i).*<a href="(.*)">Mirror.*',1)
MsgBox(0,"",$result[0])