| |
|
|
Roberto | good afternoon. i want over one Submenü a web page open. but I know Behavior when with the Internetbefehl prompt should. can someone help
window 10,10 - 500,400
cls
windowtitle El proyecto
declare e%,exit&
Pop &Update
AppendMenu 201,&Update
Separator
Whilenot e%
Waitinput
IF Clicked(exit&) or (%Key = 2)
e% = 1
ELSEIF Menuitem(201)
print ftp(connect,servername,Password,www.something.net,21)
waitinput
print ftp(getfilesize,Images/index.htm)
print ftp(download,Images/index.htm,bildix.htm)
waitinput
print ftp(disconnect)
waitinput
endif
end
waitinput
|
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 03/01/09 ▲ |
|
|
|
|
| Dou you mean something like? |
|
|
| |
|
|
|
Roberto | I Have your code not yet ausprobiert werds now do i will that if I the Submenu Update press that then a web page called becomes. |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 03/01/09 ▲ |
|
|
|
|
Roberto | Habs ausprobiert has worked thank you very much |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 03/03/09 ▲ |
|
|
|