[thelist] (no subject)

David at softv.net David at softv.net
Thu May 30 12:00:01 CDT 2002


In ASP 2.0 there is not an execute command that will accomplish this.
ASP 3.0 (on IIS 5.0) has the Server.Transfer() and Server.Execute() methods
to do stuff like this.
In order to submit the querystring you are going to have to submit the page.
One alternative would be to use a socket component to send the data in the
background, but this assumes the program to send the email with the
parameters you send would be listening on a port for data.

Dave
http://java.dbmdata.com




More information about the thelist mailing list