Switching between http and https

From: CS (CS_at_discussions.microsoft.com)
Date: 04/29/05


Date: Thu, 28 Apr 2005 21:24:10 -0700

I have two forms,1 is http and another is https. Https is a pop up form and
http is its opener.
Now, I want to pass back some data from Https side to its opener page but it
prompts message" permission denied."
Is it possible that i can refresh or pass back some data to the http page
from the Https side?

here's the code
    RegisterStartupScript("save", "<script>try{window.opener.creditCard('" &
MemberPaymentID & "')}catch(e){var
frm=window.opener.frmMain;frm.MemberPaymentID.value='" & MemberPaymentID &
"';frm.Process.value='Save';frm.submit();} window.close();</script>")