Forum Moderators: open
You can do an http post, either from the client or from the server. From the client simply make it the action on the form. From the server, microsoft has a dll for this, search msdn for 'httppost activeX object'. Or you can also do a server.transfer(), it's like a response.redirect(), but it doesn't involve the client.
Ross
If they are simply just 2 different servers with 2 different applications your best bet is to use querystring or post as mentioned.