Date:  07/24/2006 09:21:30 AM Msg ID:  003069
From:  Stephen Ames Thread:  003069
Subject:  Server.Execute
My script enquiry.fwx takes the info from a form on server1 and files the data. I then need to send the data to another script on server2 before giving the user a thank you page. The user should stay on server1.

I tried "server.execute" but I see that is only for scripts on the same server.

I then tried using the "do ...." command but that did not work.

When I call the script on server2 I use the full http://www.mydomain.com with the 3 variables I need to send.

I have done this kind of this before but for some reason this one does not work. Any ideas where am I going wrong.