[thelist] (no subject)
Rob Smith
thelist at lists.evolt.org
Thu May 30 11:51:01 2002
--
[ Picked text/plain from multipart/alternative ]
Hi list,
I want to call a URL from ASP 2.0. ex:
(this link does not work)
http://www.myotherdomain.com/SendMail/email.asp?txtFrom="Me@1stperson.com"&t
xtTo="You@1stperson.com"&txtSubject="cows_fly"&txtMessage="message"
is there an execute command with ASP 2.0 or something similar that would
help me accomplish this task? I'm not interested in redirecting users away
from my current page. I just want the information they've entered in a form,
passed to another page on another domain to an email program.
Thanks,
Rob