Forum Moderators: phranque
Warning! Although this document is secure, the information you have submitted is insecure and could be observed by a third party while in transit. If you are submitting passwords, credit card numbers, or other information you would like to keep private, it would be safer for you to cancel the submission.
Does anyone have any idea why this alert box pops up on a page that has an https url?
Thanks.
set xmlhttp = Server.CreateObject ("Microsoft.XMLHTTP")
xmlhttp.open "POST","https://secure.authorize.net/gateway/transact.dll?"&postdata, false
xmlhttp.send ""
strStatus = xmlhttp.Status
strRetVal= xmlhttp.responsetext
set xmlhttp = nothing