How do i forward a user (in vbscript) to another page while maintaining all the post data from the previous page?


im doing a site that needs to pipe post data to authorize.net for credit card authorization, but only after my system checks if they have entered a valid username, password, and other such stuff. so basically it s like this:


fill out form > check form data then forward > authorize.net

i need to beable to take the info filled out on the form and pass it along in POST to authorize.net. how would i do this?