I need to be able to identify the IP of the form submitting page. This is the situation. We have an online payments system which redirects to a processing company. The processing company does its thing and then for some asanine reason redirects(actually submits a form) back to our system to finish the payment on our side through a new window. I would rather have them simply redirect back using the parent window for ease of cookie manipulation and such but alas that is not going to happen. So I am faced with trying to ensure that the form submission from the processing company is truly coming from the processing company. Is there any way I can identify the ip of the referring page? I have tried HTTP_REFERRER but that gives me nothing as they use javascript to submit the form. Ideas?