home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direkt 1998 #11
/
PCDIREKT_1198.bin
/
SHOWDATA
/
STANDARD.CXT
/
00104_SKRIPT_3.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-09-05
|
179 b
|
12 lines
tell application "AOL"
activate
if registered then
try
GetURL myurl
return "scriptable,url:"&myurl
on error
return "scriptable,errorlogging"
end try
end if
end tell