Actually one of the first options I tried was to simply update a text file on my website, using Metacard. The file permissions are set to Read and Write. However, the script fails:

on mouseUp
  get url "http://www.someurl/list.txt";
  put it into userList

  put return & "SMITH" after userList
# so far, so good

post userList to url "http://www.someurl/list.txt";

  get url "http://www.someurl/list.txt";
  answer it
end mouseUp
--
--Shareware Games for the Mac--
http://www.gypsyware.com
_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to