Switching between http and https
From: CS (CS_at_discussions.microsoft.com)
Date: 04/29/05
- Next message: Jason Brown [MSFT]: "Re: Switching between http and https"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Security issues with Win2003 and ASPNet app"
- Next in thread: Jason Brown [MSFT]: "Re: Switching between http and https"
- Reply: Jason Brown [MSFT]: "Re: Switching between http and https"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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>")
- Next message: Jason Brown [MSFT]: "Re: Switching between http and https"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Security issues with Win2003 and ASPNet app"
- Next in thread: Jason Brown [MSFT]: "Re: Switching between http and https"
- Reply: Jason Brown [MSFT]: "Re: Switching between http and https"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]