And how can i use the Popup-Mode? Could everyone write a example function? My code doesn't download everything if i hit the popup-argument:
Function Test
InetLoad::load \
"http://andrer.uttx.net/Privat/GMVT_01.swf" "GMVT_01.swf" \
"http://andrer.uttx.net/Privat/Report.htm" "Report.htm"
FunctionEnd
works for me...
Function Test
InetLoad::load /POPUP /TRANSLATE URL Herunterladen... "Verbindung herstellen..." Dateiname Dateigröße "Geschätzter Zeitverbrauch" Gessamtzeit \
"http://andrer.uttx.net/Privat/GMVT_01.swf" "GMVT_01.swf" \
"http://andrer.uttx.net/Privat/Report.htm" "Report.htm"
FunctionEnd
doesnt work...