download URL
download URL
- Subject: download URL
- From: nuria <email@hidden>
- Date: Wed, 14 Feb 2001 16:32:29 +0100
- Organization: alisys
Hi, i made this symple script:
tell application "AppleScript para URL"
download "URL" to file "GENERAL:prueba.txt"
end tell
when i try URL like google or similar it4s OK, but when i try other webs
the file contains the next:
<HTML><BODY><H1>Exception thrown on server!</H1>
Backtrace:<P>
<PRE>
java.lang.NullPointerException
at autoprovisioning.ServicioAppLogic.action(Compiled Code)
at com.netscape.server.nas.BaseLogic.execute(Compiled Code)
at com.kivasoft.applogic.AppLogic.execute(Compiled Code)
at com.kivasoft.applogic.AppLogic.execute(Compiled Code)
at java.lang.Thread.run(Compiled Code)
</PRE>
</BODY></HTML>
Why is this so and how can i get the contents of those Webs
Thanks in avance.