> Tore N. wrote:
> Are there any ways to start a download of a file via a link in
> the browser widget? It works fine in any other browser ...

on browserUnhandledLoadRequest pURl
  -- do your thing with pURL, for example:
  -- use libURL for showing progress
  put url(pURL) into <myLocalFolder>
end browserUnhandledLoadRequest

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to