|
Search tenon.com
Thanks to:
|
|
WebTen
Re: mailing list interface
Michael wrote:
>Hmmmmm...do you have an AppleScript I could use? This would make life
>much simpler for me. I know Macj has a lot of nice AS features and
>Michele is working on getting even more in there, but I don't have much
>experience making them.
Hi Michael,
I made some experiments a few weeks ago. Something like
-- This strings are only for testing
-- they should be parsed from the form
property pList : "MyMailinglist"
property pName : "Thomas Biedorf"
property pMail : "tom@xxxxxxxxxxxxxx"
try
tell application "MacjordomoPPC1b10"
Subscribe List {pList} User {pMail} Name {pName}
end tell
on error
return "error"
end try
should work. The only problem is to parse the strings from your form.
There should be some examples out there, your script has to begin with
on handle CGI request path_args with posted data post_args
.... extract the strings from post_args and subscribe user
end handle CGI request
and must reside with ".acgi" at the end in your cgi-bin folder.
I do not know if Macjordomo sends the confirmation-message after
the Subscribe! As you see, I do not have an "all in one" solution. ;-(
Hope it helps nevertheless!
Kind regards,
Thomas
------------------------------------------
http://www.startmovie.net
Die deutschsprachige Director-Mailingliste
Thomas Biedorf -- tom@xxxxxxxxxxxxxx
------------------------------------------
----
Tenon Intersystems' WebTen Mailing List
To unsubscribe: send mail to webten-request@xxxxxxxxx
with the subject: unsubscribe
Find searchable Mailing List archives at
http://listsearch.blueworld.com/webtensearch.lasso
|
| Tenon Home |
Products |
Order |
Contact Us |
About Tenon |
Register |
Tech Support |
Resources |
Press Room |
Mailing Lists |
|
Copyright©2003 Tenon Intersystems, 232 Anacapa Street, Suite 2A, Santa Barbara,
CA 93101. All rights reserved.
Questions about our website - Contact:
webmaster@tenon.com.
|
|